theme: Move :hover below :focus in %bubble_button
Fix issue where background colour of modal buttons do not update when hovering over a focused button. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1818>
This commit is contained in:
parent
a472657490
commit
396c12c925
@ -129,8 +129,8 @@ stage {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
|
|
||||||
&:insensitive { @include button(insensitive, $shadow: none); }
|
&:insensitive { @include button(insensitive, $shadow: none); }
|
||||||
&:hover { @include button(hover, $shadow: none); }
|
|
||||||
&:focus { @include button(focus, $shadow: none); }
|
&:focus { @include button(focus, $shadow: none); }
|
||||||
|
&:hover { @include button(hover, $shadow: none); }
|
||||||
&:active { @include button(active, $shadow: none); }
|
&:active { @include button(active, $shadow: none); }
|
||||||
|
|
||||||
// radius is 2 pixel less to fit in bubble
|
// radius is 2 pixel less to fit in bubble
|
||||||
|
Loading…
Reference in New Issue
Block a user