[gnome-shell/wip/jimmac/buttons-checked] theme: Provide :checked state for buttons
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/buttons-checked] theme: Provide :checked state for buttons
- Date: Mon, 8 Nov 2021 15:32:29 +0000 (UTC)
commit 48f8aec6760eb0f9a2b279ee1e40e43c166de3ac
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Nov 8 14:23:53 2021 +0100
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>
data/theme/gnome-shell-sass/_common.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 9df3d8d435..0f3f3ee05f 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]