mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Fix NavSidebar buttons hover/focus background colors
This commit is contained in:
@@ -184,12 +184,13 @@
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
@include light-theme {
|
||||
background: $color-gray-20;
|
||||
background-color: $color-black-alpha-06;
|
||||
}
|
||||
@include dark-theme {
|
||||
background: $color-gray-62;
|
||||
background-color: $color-white-alpha-06;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user