Fix StoryListItem dark-theme focus style

This commit is contained in:
Jamie Kyle
2023-10-16 10:07:59 -07:00
committed by GitHub
parent b6f1b8b577
commit 21564171d2
+6 -8
View File
@@ -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;
}
}