quick status hover hack
parent
0ff80581b9
commit
0bd08b1169
|
@ -293,8 +293,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.focusable {
|
|
||||||
&:focus {
|
@mixin focusable {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: lighten($ui-base-color, 4%);
|
background: lighten($ui-base-color, 4%);
|
||||||
|
|
||||||
|
@ -310,6 +310,11 @@
|
||||||
.detailed-status__action-bar {
|
.detailed-status__action-bar {
|
||||||
background: lighten($ui-base-color, 8%);
|
background: lighten($ui-base-color, 8%);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.focusable {
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
@include focusable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue