summaryrefslogtreecommitdiff
path: root/_common.scss
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-11-08 14:23:53 +0100
committerFlorian Müllner <fmuellner@gnome.org>2022-02-14 23:46:52 +0100
commit9d75e86e91c3119d0ff6fbdc3f41698bc7c89479 (patch)
tree9e657c16f51485e084e354bc0bf3c96e81c0c5b1 /_common.scss
parentb267200d75be0d0d4b9aa625b63e31cb068c059d (diff)
downloadgnome-shell-sass-9d75e86e91c3119d0ff6fbdc3f41698bc7c89479.tar.gz
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>
Diffstat (limited to '_common.scss')
-rw-r--r--_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_common.scss b/_common.scss
index 9df3d8d..0f3f3ee 100644
--- a/_common.scss
+++ b/_common.scss
@@ -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