Adwaita: navigation list expander whitespace

- Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476
This commit is contained in:
Jakub Steiner 2020-09-14 14:31:23 +02:00
parent 6a676d527c
commit e7c75f04dd

View File

@ -3205,6 +3205,7 @@ expander-widget {
}
}
.navigation-sidebar,
placessidebar,
stackswitcher,
expander-widget {
@ -3404,6 +3405,12 @@ separator.sidebar {
// will make the animation of the new bookmark row jump
> revealer { padding: 0 14px; }
expander {
margin: 0 8px 0 0;
&:dir(rtl) { margin: 0 0 0 8px; }
}
&:selected {
background-color: desaturate($selected_bg_color,100%);
color: $selected_fg_color;