From ae9f58072a19d160e561b54c55fa45adb1a1fb19 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 14 Sep 2023 23:39:08 +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 f3c4cc6..0522e3a 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1998,7 +1998,7 @@ $pathbar_button_checked_bg: if($variant == 'light', #808080, #b8b8b8); } border-radius: 0; - margin: 0 0; + margin: 0; border-left-color: $borders_color; // this is actually the tree lines color, border-top-color: $borders_color; // while this is the grid lines color, better then nothing