File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 61
61
}
62
62
63
63
& .spectrum-ActionButton--quiet {
64
- --mod-actionbutton-background-color-default : transparent;
64
+ & : not (.is-selected ) {
65
+ --mod-actionbutton-background-color-default : transparent;
66
+ }
65
67
--mod-actionbutton-background-color-hover : var (--spectrum-gray-100 );
66
68
--mod-actionbutton-background-color-down : var (--spectrum-gray-200 );
67
69
--mod-actionbutton-background-color-focus : var (--spectrum-gray-100 );
77
79
78
80
& ,
79
81
& .spectrum-ActionButton--quiet {
80
- --mod-actionbutton-background-color-default : transparent;
81
82
--mod-actionbutton-background-color-hover : var (--spectrum-transparent-black-400 );
82
83
--mod-actionbutton-background-color-down : var (--spectrum-transparent-black-500 );
83
84
--mod-actionbutton-background-color-focus : var (--spectrum-transparent-black-400 );
91
92
--mod-actionbutton-border-color-focus : var (--spectrum-transparent-white-600 );
92
93
93
94
--spectrum-actionbutton-background-color-disabled : transparent;
94
- --spectrum-actionbutton-background-color-selected-disabled : var (--spectrum-transparent-white-200 );
95
95
96
96
& ,
97
97
& .spectrum-ActionButton--quiet {
98
- --mod-actionbutton-background-color-default : transparent;
99
98
--mod-actionbutton-background-color-hover : var (--spectrum-transparent-white-400 );
100
99
--mod-actionbutton-background-color-down : var (--spectrum-transparent-white-500 );
101
100
--mod-actionbutton-background-color-focus : var (--spectrum-transparent-white-400 );
Original file line number Diff line number Diff line change 19
19
" .spectrum-ActionButton.is-selected .spectrum-ActionButton-label" ,
20
20
" .spectrum-ActionButton.is-selected.spectrum-ActionButton--emphasized" ,
21
21
" .spectrum-ActionButton.spectrum-ActionButton--quiet" ,
22
+ " .spectrum-ActionButton.spectrum-ActionButton--quiet:not(.is-selected)" ,
22
23
" .spectrum-ActionButton.spectrum-ActionButton--staticBlack" ,
23
24
" .spectrum-ActionButton.spectrum-ActionButton--staticBlack.spectrum-ActionButton--quiet" ,
24
25
" .spectrum-ActionButton.spectrum-ActionButton--staticWhite" ,
198
199
" --spectrum-transparent-black-500" ,
199
200
" --spectrum-transparent-black-600" ,
200
201
" --spectrum-transparent-black-700" ,
201
- " --spectrum-transparent-white-200" ,
202
202
" --spectrum-transparent-white-400" ,
203
203
" --spectrum-transparent-white-500" ,
204
204
" --spectrum-transparent-white-600" ,
You can’t perform that action at this time.
0 commit comments