From 654adcba0062befbf59c4560ad11176b026f7303 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 29 Aug 2024 19:28:47 +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 7ee69f51..752a8b43 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -964,7 +964,7 @@ toolbar { padding: 2px 3px; background-color: $background; - button { @extend %button-flat; } + // box:not(.linked) button { @extend %button-flat; } // on OSD .osd & { background-color: transparent; }