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 {