From 53278a6b788c52f50d04e5822253c5614b4ebf9b Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 12 Apr 2022 22:49:58 +0800 Subject: [PATCH] Fixed osd button issue --- 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 82c46f6..a5b6616 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3581,7 +3581,7 @@ row { button { @extend %undecorated_button; - &:not(.text-button).image-button { + &:not(.text-button).image-button, &.flat { @extend %circular_button; }