mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Filter by unread: small improvements and unit tests
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: color.mix(
|
||||
// Gray 80 is the left pane background color
|
||||
variables.$color-gray-80,
|
||||
variables.$color-gray-65,
|
||||
40%
|
||||
@@ -43,7 +44,12 @@
|
||||
color: variables.$color-black;
|
||||
&:hover {
|
||||
@include mixins.not-disabled {
|
||||
background-color: variables.$color-white;
|
||||
background-color: color.mix(
|
||||
// gray 04 is the left pane background color
|
||||
variables.$color-gray-04,
|
||||
variables.$color-gray-15,
|
||||
40%
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user