Skip to content

Commit 7d337bb

Browse files
committed
gtk4: Always hide border from active spinbutton button
1 parent 4467a09 commit 7d337bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/gtk-4.0/sass/_common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ spinbutton {
10281028
> button + button { border-left-style: none; }
10291029

10301030
> button:hover:not(:active),
1031-
> button:hover + button { box-shadow: inset 1px 0 $button_border; }
1031+
> button:hover:not(:active) + button { box-shadow: inset 1px 0 $button_border; }
10321032

10331033
> button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
10341034
> button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 transparentize($button_border, 0.5); }
@@ -1043,7 +1043,7 @@ spinbutton {
10431043

10441044
.osd & {
10451045
> button:hover:not(:active),
1046-
> button:hover + button { box-shadow: inset 1px 0 $osd_button_border; }
1046+
> button:hover:not(:active) + button { box-shadow: inset 1px 0 $osd_button_border; }
10471047

10481048
> button:first-child:hover:not(:active),
10491049
> button.up:dir(rtl):hover:not(:active),

0 commit comments

Comments
 (0)