From 6cf3fa4d7645947324d9ef3f02a7caec5ca2b052 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 31 Oct 2022 10:20:31 +0800 Subject: [PATCH] Update _common-4.0.scss --- src/sass/gtk/_common-4.0.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 6256136f..d898c421 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -3525,10 +3525,10 @@ row { &:hover { background-color: $overlay-focus-hover; } } } + } - button.circular { - @extend %button-flat-simple; - } + button { + @extend %button-flat-simple; } button &.activatable {