From 880e742b70c220965b1a2cf34b8c4436a6d3f5ca Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 27 Mar 2022 21:42:09 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 7d2812f..82c46f6 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -695,7 +695,7 @@ button { &:active { transition: $button_transition; } } - &.toggle.popup:not(.colored) { + &.toggle.popup:not(.colored):not(.circular) { min-width: $menuitem_size - 8px; } @@ -781,7 +781,7 @@ button { &.popup { padding-right: $container_padding; padding-left: $container_padding; } } - &.close, &.circular, + &.close, &.circular, &.circular.flat, &.image-button.close:not(.circular) { // The Bloody Circul Button @extend %circular_button;