diff options
author | Jakub Steiner <jimmac@gmail.com> | 2020-12-07 14:19:24 +0100 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2020-12-07 14:19:24 +0100 |
commit | 62e0c0de59550199b85b27f9940b11d0a7ab1c03 (patch) | |
tree | f4657ed373c6584c140eb2bbb95243f9869977c1 | |
parent | 30f789650f19b15396bf29fc053c2f225b7339da (diff) | |
download | gtk+-62e0c0de59550199b85b27f9940b11d0a7ab1c03.tar.gz |
Adwaita: no 3d shadow for pressed sidebarwip/jimmac/no-inner-shadow-sidebars
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3413
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 5d60753d91..ea5df7a045 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3588,6 +3588,9 @@ stacksidebar { background-color: $selected_bg_color; color: $selected_fg_color; } + &.activatable:active, &.activatable:selected:active { + box-shadow: none; // #3413 + } } } |