mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
Adwaita: navigation list expander whitespace
- Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476
This commit is contained in:
parent
6a676d527c
commit
e7c75f04dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user