summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-11-16 19:04:07 +0100
committerJakub Steiner <jimmac@gmail.com>2020-11-16 19:11:52 +0100
commit0996b178dcbd8b9ecdead9d194d918bbc9440df1 (patch)
tree7b6badff014539e6e5ba0bac8081f762e88236de /gtk/theme
parent4befd1374411a8460139c4531586bc545b8cc330 (diff)
downloadgtk+-0996b178dcbd8b9ecdead9d194d918bbc9440df1.tar.gz
Adwaita: circular button focus
- have the same focus look like the other items Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3368
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index b69db89d18..d123800e8e 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4193,6 +4193,10 @@ popover.menu {
@extend %list_button;
padding: 11px;
+ &:focus {
+ background-color: $menu_selected_color;
+ border-color: $menu_selected_color;
+ }
}
}