mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-12 11:37:39 +01:00
Fix StoryListItem dark-theme focus style
This commit is contained in:
@@ -13,14 +13,12 @@
|
||||
padding-inline: 10px;
|
||||
width: 100%;
|
||||
|
||||
@include keyboard-mode {
|
||||
&:focus {
|
||||
@include light-theme {
|
||||
background: $color-gray-15;
|
||||
}
|
||||
@include dark-theme {
|
||||
background: $color-gray-65;
|
||||
}
|
||||
&:focus {
|
||||
@include keyboard-mode {
|
||||
background: $color-gray-15;
|
||||
}
|
||||
@include dark-keyboard-mode {
|
||||
background: $color-gray-65;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user