From 9b2a06d8fc25b92719489be7c2937ce268defe5a Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 13 Mar 2023 08:50:24 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 +++- src/sass/gtk/_common-4.0.scss | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index deb2201..437dc8c 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1657,11 +1657,13 @@ headerbar { transparent 84%) 0 0 0 1 / 0 0 0 1px stretch; } - &:checked { + &:hover, &:active, &:checked { border-image: none; } } + button:hover + button, + button:active + button, button:checked + button { border-image: none; } } diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 742a0f2..69794e8 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -2074,11 +2074,13 @@ headerbar { transparent 84%) 0 0 0 1 / 0 0 0 1px stretch; } - &:checked { + &:hover, &:active, &:checked { border-image: none; } } + button:hover + button, + button:active + button, button:checked + button { border-image: none; } }