Compare commits

...

1 Commits

Author SHA1 Message Date
kouhai dev f1b92d43a3 glitch: quick status hover hack 2022-11-06 13:32:33 -08:00
1 changed files with 21 additions and 16 deletions

View File

@ -285,8 +285,8 @@
}
}
.focusable {
&:focus {
@mixin focusable {
outline: 0;
background: lighten($ui-base-color, 4%);
@ -302,6 +302,11 @@
.detailed-status__action-bar {
background: lighten($ui-base-color, 8%);
}
}
.focusable {
&:focus,
&:hover {
@include focusable;
}
}