Fix StoryListItem dark-theme focus style
This commit is contained in:
parent
b6f1b8b577
commit
21564171d2
1 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue