From 7d073f781d4bce0e04daec2523d825a14a7234ce Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 8 Dec 2024 00:30:13 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-4.0.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index e63ee4f0..a67f8092 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -4355,12 +4355,12 @@ row.entry { row.spin { spinbutton { - background: none; - border-spacing: 6px; - box-shadow: none; + border-spacing: $container_padding; - &, &:focus { + &, &:focus, &:focus-within, &:hover, &:active { outline: none; + box-shadow: none; + background: none; } > button.image-button.up:not(.flat):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque):last-child,