mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Theme: fix modal dialog button
- allow for focused hover state Fixes issue #727
This commit is contained in:
parent
1acdff822a
commit
86a78c340f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,8 +57,8 @@ stage {
|
|||
border-right-width: 1px;
|
||||
@include button(normal);
|
||||
&:insensitive { @include button(insensitive); }
|
||||
&:focus { @include button(focus); }
|
||||
&:hover { @include button(hover); }
|
||||
&:focus { @include button(focus); }
|
||||
&:active { @include button(active); }
|
||||
padding: 12px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue