forked from treehouse/mastodon
glitch: quick status hover hack
parent
47493323fa
commit
f1b92d43a3
|
@ -285,8 +285,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.focusable {
|
||||
&:focus {
|
||||
|
||||
@mixin focusable {
|
||||
outline: 0;
|
||||
background: lighten($ui-base-color, 4%);
|
||||
|
||||
|
@ -303,6 +303,11 @@
|
|||
background: lighten($ui-base-color, 8%);
|
||||
}
|
||||
}
|
||||
.focusable {
|
||||
&:focus,
|
||||
&:hover {
|
||||
@include focusable;
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
|
|
Loading…
Reference in New Issue