mirror of https://github.com/vector-im/riot-web
Match forward dialog send failed indicator color with button
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
b032422c6a
commit
8efbdd0406
|
@ -124,7 +124,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_NotificationBadge {
|
||||
opacity: 0.4;
|
||||
// Match the failed to send indicator's color with the disabled button
|
||||
background-color: $button-danger-disabled-fg-color;
|
||||
}
|
||||
|
||||
&.mx_ForwardList_sending .mx_ForwardList_sendIcon {
|
||||
|
|
Loading…
Reference in New Issue