summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-09-14 14:31:23 +0200
committerJakub Steiner <jimmac@gmail.com>2020-09-14 14:31:23 +0200
commite7c75f04ddfb2ab0edefd0f6b3345fd86972c787 (patch)
tree63bb888e3130b1ec1fd8d04214745ac0e1cb3ee3 /gtk/theme
parent6a676d527cfba7be1d59310de6dd19cb61898a38 (diff)
downloadgtk+-e7c75f04ddfb2ab0edefd0f6b3345fd86972c787.tar.gz
Adwaita: navigation list expander whitespace
- Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476
Diffstat (limited to 'gtk/theme')
-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 c0f291478e..0c7b2f8c07 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -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;