File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments