diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-06-10 02:19:53 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-06-10 02:27:56 +0000 |
commit | 9182f0fe9de2482ff146203dcc77a9f599275d76 (patch) | |
tree | 1838c1cc8cc5e8425147a7810b16bd9167da8cb3 | |
parent | ec5854bb9b9127fbed4ede025bb79797a6da65f3 (diff) | |
download | gtk+-9182f0fe9de2482ff146203dcc77a9f599275d76.tar.gz |
Adwaita: Make selection in menus visible
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 0a0adb58d1..a9b363d350 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4774,9 +4774,18 @@ popover.menu { margin-right: 12px; } - radio.right, - check.right { + & radio.right, + & check.right { margin-left: 12px; margin-right: 0; } + + & modelbutton:hover { + color: $selected_fg_color; + background-color: $selected_bg_color; + } + + & modelbutton:hover accelerator { + color: mix($selected_fg_color, gray, 50%); + } } |