mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Hover-effect for new messages
This commit is contained in:
committed by
Scott Nonnenberg
parent
6f0de2cd72
commit
235ac03775
@@ -744,6 +744,10 @@ li.entry .error-icon-container {
|
||||
.icon {
|
||||
@include color-svg('/images/down.svg', white);
|
||||
}
|
||||
|
||||
:hover {
|
||||
background-color: #1472bd;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -230,11 +230,15 @@ $text-dark: #CCCCCC;
|
||||
.icon:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
&.new-messages {
|
||||
background-color: $blue;
|
||||
.icon {
|
||||
@include color-svg('/images/down.svg', white);
|
||||
}
|
||||
:hover {
|
||||
background-color: #1472bd;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user