mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: Provide :checked state for buttons
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4757 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2027>
This commit is contained in:
parent
66016755c9
commit
48f8aec676
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ stage {
|
|||
&:focus { @include button(focus);}
|
||||
&:hover { @include button(hover);}
|
||||
&:insensitive { @include button(insensitive);}
|
||||
&:active { @include button(active);}
|
||||
&:active, &:checked { @include button(active);}
|
||||
}
|
||||
|
||||
// buttons in dialogs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue