summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/Adwaita/_common.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 789eef45b5..4c1bbd0d62 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3200,6 +3200,7 @@ expander-widget {
}
}
+.navigation-sidebar,
placessidebar,
stackswitcher,
expander-widget {
@@ -3399,6 +3400,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;