forked from AuroraMiddleware/gtk
Adwaita: no 3d shadow for pressed sidebar
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3413
This commit is contained in:
parent
30f789650f
commit
62e0c0de59
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user