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;
|
padding-inline: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include keyboard-mode {
|
&:focus {
|
||||||
&:focus {
|
@include keyboard-mode {
|
||||||
@include light-theme {
|
background: $color-gray-15;
|
||||||
background: $color-gray-15;
|
}
|
||||||
}
|
@include dark-keyboard-mode {
|
||||||
@include dark-theme {
|
background: $color-gray-65;
|
||||||
background: $color-gray-65;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue