mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 16:17:24 +01:00
add hover event
This commit is contained in:
committed by
Scott Nonnenberg
parent
fcbf569317
commit
752ebde7ff
@@ -26,6 +26,9 @@ $text-dark: #CCCCCC;
|
||||
button, .confirmation-dialog .content .buttons button {
|
||||
background-color: $button-dark;
|
||||
border: 1px solid $grey-dark_l2;
|
||||
&:hover {
|
||||
background-color: darken($button-dark, 8%);
|
||||
}
|
||||
}
|
||||
.message-detail, .message-container, .conversation,
|
||||
.discussion-container {
|
||||
|
||||
@@ -1902,6 +1902,8 @@ li.entry .error-icon-container {
|
||||
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
||||
background-color: #ccc;
|
||||
border: 1px solid #292929; }
|
||||
.android-dark button:hover, .android-dark .confirmation-dialog .content .buttons button:hover {
|
||||
background-color: #b8b8b8; }
|
||||
.android-dark .message-detail, .android-dark .message-container, .android-dark .conversation,
|
||||
.android-dark .discussion-container {
|
||||
background-color: #171717; }
|
||||
|
||||
Reference in New Issue
Block a user