From d239352d9c40dded1278cd836951172789df6b53 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 31 Jan 2022 00:29:38 +0800 Subject: [PATCH] update --- 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 15284a3..8f034bc 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1897,7 +1897,7 @@ headerbar { .background:not(.unified) { .titlebar { - &, & headerbar { box-shadow: inset 0 1px $highlight_color; } + box-shadow: inset 0 1px $highlight_color; } stack.titlebar { box-shadow: none; }