Adwaita: no 3d shadow for pressed sidebar

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3413
This commit is contained in:
Jakub Steiner 2020-12-07 14:19:24 +01:00
parent 30f789650f
commit 62e0c0de59

View File

@ -3588,6 +3588,9 @@ stacksidebar {
background-color: $selected_bg_color; background-color: $selected_bg_color;
color: $selected_fg_color; color: $selected_fg_color;
} }
&.activatable:active, &.activatable:selected:active {
box-shadow: none; // #3413
}
} }
} }