From fabc522745e9792b944bcf6441c214dd109ed27d Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 25 Oct 2022 01:55:10 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-4.0.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 22c4ab01..3d672666 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -326,9 +326,9 @@ entry { image { color: rgba($e_color, 0.75); - + &:hover, &:active { color: $e_color; } - + &:disabled { color: rgba($e_color, 0.35); } } } @@ -1113,14 +1113,14 @@ spinbutton { padding: 0; min-height: $small-size; border-radius: 0; - + &:last-child { border-radius: 0 $corner-radius $corner-radius 0; } - + &.up:dir(ltr), &.down:dir(rtl) { margin-left: 0; } - + &.up:dir(rtl), &.down:dir(ltr) { margin-right: 0; } } @@ -1502,6 +1502,7 @@ headerbar { entry, spinbutton, button, + menubutton, stackswitcher, separator:not(.sidebar) { margin-top: $space-size; @@ -1510,7 +1511,8 @@ headerbar { menubutton > button, spinbutton > button, - splitbutton > button { + splitbutton > button, + splitbutton > menubutton { margin-top: 0; margin-bottom: 0; }