th: quick status hover hack

This commit is contained in:
Kouhai 2022-11-06 13:32:33 -08:00
parent 5119b775b0
commit 681a1263e2

View file

@ -293,8 +293,8 @@
}
}
.focusable {
&:focus {
@mixin focusable {
outline: 0;
background: lighten($ui-base-color, 4%);
@ -311,6 +311,11 @@
background: lighten($ui-base-color, 8%);
}
}
.focusable {
&:focus,
&:hover {
@include focusable;
}
}
.status {