summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index dfc6862606..e8f2409442 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3715,6 +3715,10 @@ list {
row { padding: 2px; }
row.expander { padding: 0px; }
row.expander .row-header { padding: 2px; }
+
+ &.separators row:not(:first-child) {
+ border-top: 1px solid $borders_color;
+ }
}
row {