From 19e1366a625e6f97dc0501118df6db29d4db3dac Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 9 May 2021 23:16:28 +0800 Subject: [PATCH] Update _common-3.0.scss --- src/sass/gtk/_common-3.0.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 066e6aa0..d3b759b4 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3253,7 +3253,7 @@ scrolledwindow { } //vbox and hbox separators -separator:not(.titlebutton) { +separator { background-color: $borders_color; min-width: 1px; min-height: 1px;