@spectrum-web-components/action-button 0.7.2 → 0.7.3-express.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +19 -2
- package/package.json +7 -7
- package/src/ActionButton.d.ts +1 -0
- package/src/ActionButton.js +3 -0
- package/src/ActionButton.js.map +1 -1
- package/src/action-button.css.js +95 -95
- package/src/action-button.css.js.map +1 -1
- package/src/spectrum-action-button.css.js +95 -95
- package/src/spectrum-action-button.css.js.map +1 -1
- package/src/spectrum-config.js +29 -0
- package/stories/action-button-black-quiet.stories.js +34 -0
- package/stories/action-button-black-quiet.stories.js.map +1 -0
- package/stories/action-button-black.stories.js +29 -0
- package/stories/action-button-black.stories.js.map +1 -0
- package/stories/action-button-emphasized-quiet.stories.js +32 -0
- package/stories/action-button-emphasized-quiet.stories.js.map +1 -0
- package/stories/action-button-emphasized.stories.js +27 -0
- package/stories/action-button-emphasized.stories.js.map +1 -0
- package/stories/action-button-quiet.stories.js +27 -0
- package/stories/action-button-quiet.stories.js.map +1 -0
- package/stories/action-button-standard.stories.js +22 -0
- package/stories/action-button-standard.stories.js.map +1 -0
- package/stories/action-button-white-quiet.stories.js +34 -0
- package/stories/action-button-white-quiet.stories.js.map +1 -0
- package/stories/action-button-white.stories.js +29 -0
- package/stories/action-button-white.stories.js.map +1 -0
- package/stories/action-button.stories.js +17 -74
- package/stories/action-button.stories.js.map +1 -1
- package/stories/{action-button-sizes.stories.js → index.js} +26 -44
- package/stories/index.js.map +1 -0
|
@@ -15,165 +15,165 @@ const styles = css `
|
|
|
15
15
|
--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base)
|
|
16
16
|
);justify-content:center;line-height:var(
|
|
17
17
|
--spectrum-alias-component-text-line-height,var(--spectrum-global-font-line-height-small)
|
|
18
|
-
);margin:0;overflow:visible;text-decoration:none;text-transform:none;transition:background var(--spectrum-global-animation-duration-100,.13s) ease-out,border-color var(--spectrum-global-animation-duration-100,.13s) ease-out,color var(--spectrum-global-animation-duration-100,.13s) ease-out,box-shadow var(--spectrum-global-animation-duration-100,.13s) ease-out;user-select:none;-webkit-user-select:none;vertical-align:top}:host(:focus){outline:none}:host(::-moz-focus-inner){border:0;border-style:none;margin-bottom:-2px;margin-top:-2px;padding:0}:host(
|
|
18
|
+
);margin:0;overflow:visible;text-decoration:none;text-transform:none;transition:background var(--spectrum-global-animation-duration-100,.13s) ease-out,border-color var(--spectrum-global-animation-duration-100,.13s) ease-out,color var(--spectrum-global-animation-duration-100,.13s) ease-out,box-shadow var(--spectrum-global-animation-duration-100,.13s) ease-out;user-select:none;-webkit-user-select:none;vertical-align:top}:host(:focus){outline:none}:host(::-moz-focus-inner){border:0;border-style:none;margin-bottom:-2px;margin-top:-2px;padding:0}:host([disabled]){cursor:default}::slotted([slot=icon]){flex-shrink:0;max-height:100%}#label{align-self:center;justify-self:center;text-align:center}#label:empty{display:none}:host([variant=black]:not([quiet])[disabled]){border-color:var(
|
|
19
19
|
--spectrum-alias-actionbutton-staticBlack-border-color-disabled,rgba(0,0,0,.25)
|
|
20
|
-
)}:host(
|
|
20
|
+
)}:host([variant=black]:not([quiet])[disabled][selected]){border-color:var(
|
|
21
21
|
--spectrum-alias-actionbutton-staticBlack-border-color-disabled-selected,transparent
|
|
22
|
-
)}:host(
|
|
22
|
+
)}:host([variant=black]:not([quiet])[disabled]:not([selected])){background-color:var(
|
|
23
23
|
--spectrum-alias-actionbutton-staticBlack-background-color-disabled,transparent
|
|
24
|
-
)}:host(
|
|
24
|
+
)}:host([variant=black]:not([quiet]):not([disabled])){border-color:var(
|
|
25
25
|
--spectrum-alias-actionbutton-staticBlack-border-color-default,rgba(0,0,0,.4)
|
|
26
|
-
)}:host(
|
|
26
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):hover){border-color:var(
|
|
27
27
|
--spectrum-alias-actionbutton-staticBlack-border-color-hover,rgba(0,0,0,.55)
|
|
28
|
-
)}:host(
|
|
28
|
+
)}:host([variant=black]:not([quiet]):not([disabled])[active]){border-color:var(
|
|
29
29
|
--spectrum-alias-actionbutton-staticBlack-border-color-down,rgba(0,0,0,.7)
|
|
30
|
-
)}:host(
|
|
30
|
+
)}:host([variant=black]:not([quiet]):not([disabled]).focus-visible){border-color:var(
|
|
31
31
|
--spectrum-alias-actionbutton-staticBlack-border-color-key-focus,rgba(0,0,0,.55)
|
|
32
|
-
)}:host(
|
|
32
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):focus-visible){border-color:var(
|
|
33
33
|
--spectrum-alias-actionbutton-staticBlack-border-color-key-focus,rgba(0,0,0,.55)
|
|
34
|
-
)}:host(
|
|
34
|
+
)}:host([variant=black]:not([quiet]):not([disabled]).is-keyboardFocused){border-color:var(
|
|
35
35
|
--spectrum-alias-actionbutton-staticBlack-border-color-key-focus,rgba(0,0,0,.55)
|
|
36
|
-
)}:host(
|
|
36
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected])){background-color:var(
|
|
37
37
|
--spectrum-alias-actionbutton-staticBlack-background-color-default,transparent
|
|
38
|
-
)}:host(
|
|
38
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected]):hover){background-color:var(
|
|
39
39
|
--spectrum-alias-actionbutton-staticBlack-background-color-hover,rgba(0,0,0,.25)
|
|
40
|
-
)}:host(
|
|
40
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected])[active]){background-color:var(
|
|
41
41
|
--spectrum-alias-actionbutton-staticBlack-background-color-down,rgba(0,0,0,.4)
|
|
42
|
-
)}:host(
|
|
42
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected]).focus-visible){background-color:var(
|
|
43
43
|
--spectrum-alias-actionbutton-staticBlack-background-color-key-focus,rgba(0,0,0,.25)
|
|
44
|
-
)}:host(
|
|
44
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected]):focus-visible){background-color:var(
|
|
45
45
|
--spectrum-alias-actionbutton-staticBlack-background-color-key-focus,rgba(0,0,0,.25)
|
|
46
|
-
)}:host(
|
|
46
|
+
)}:host([variant=black]:not([quiet]):not([disabled]):not([selected]).is-keyboardFocused){background-color:var(
|
|
47
47
|
--spectrum-alias-actionbutton-staticBlack-background-color-key-focus,rgba(0,0,0,.25)
|
|
48
|
-
)}:host(
|
|
48
|
+
)}:host([variant=black][quiet][disabled]){border-color:transparent}:host([variant=black][quiet][disabled]:not([selected])){background-color:transparent}:host([variant=black][quiet]:not([disabled])){border-color:transparent}:host([variant=black][quiet]:not([disabled]):not([selected])){background-color:var(
|
|
49
49
|
--spectrum-alias-component-background-color-quiet-default,var(--spectrum-alias-background-color-transparent)
|
|
50
|
-
)}:host(
|
|
50
|
+
)}:host([variant=black][quiet]:not([disabled]):not([selected]):hover){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=black][quiet]:not([disabled]):not([selected])[active]){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=black][quiet]:not([disabled]):not([selected]).focus-visible){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=black][quiet]:not([disabled]):not([selected]):focus-visible){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=black][quiet]:not([disabled]):not([selected]).is-keyboardFocused){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-25))}:host([size][variant=black][disabled][selected]){background-color:var(
|
|
51
51
|
--spectrum-alias-actionbutton-staticBlack-background-color-disabled-selected,rgba(0,0,0,.1)
|
|
52
|
-
)}:host(
|
|
52
|
+
)}:host([size][variant=black][disabled][selected]) #hold-affordance{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([size][variant=black][disabled][selected]) #label{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([size][variant=black][disabled][selected]) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=black][disabled]) #hold-affordance{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=black][disabled]) #label{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=black][disabled]) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=black][selected]:not([disabled])){background-color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=black][selected]:not([disabled]):hover){background-color:var(
|
|
53
53
|
--spectrum-global-color-static-black,#000
|
|
54
|
-
)}:host(
|
|
54
|
+
)}:host([variant=black][selected]:not([disabled])[active]){background-color:var(
|
|
55
55
|
--spectrum-global-color-static-black,#000
|
|
56
|
-
)}:host(
|
|
56
|
+
)}:host([variant=black][selected]:not([disabled]).focus-visible){background-color:var(
|
|
57
57
|
--spectrum-global-color-static-black,#000
|
|
58
|
-
)}:host(
|
|
58
|
+
)}:host([variant=black][selected]:not([disabled]):focus-visible){background-color:var(
|
|
59
59
|
--spectrum-global-color-static-black,#000
|
|
60
|
-
)}:host(
|
|
60
|
+
)}:host([variant=black][selected]:not([disabled]).is-keyboardFocused){background-color:var(
|
|
61
61
|
--spectrum-global-color-static-black,#000
|
|
62
|
-
)}:host(
|
|
62
|
+
)}:host([variant=black][selected]:not([disabled])) #hold-affordance{color:inherit}:host([variant=black][selected]:not([disabled])) #label{color:inherit}:host([variant=black][selected]:not([disabled])) ::slotted([slot=icon]){color:inherit}:host([variant=black]) #hold-affordance{color:var(
|
|
63
63
|
--spectrum-ActionButton-static-black-color
|
|
64
|
-
)}:host(
|
|
64
|
+
)}:host([variant=black]:not([disabled]):not([selected])) #hold-affordance{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=black]:not([disabled]):not([selected]):hover) #hold-affordance{color:var(
|
|
65
65
|
--spectrum-global-color-static-black,#000
|
|
66
|
-
)}:host(
|
|
66
|
+
)}:host([variant=black]:not([disabled]):not([selected]):hover) #label{color:var(
|
|
67
67
|
--spectrum-global-color-static-black,#000
|
|
68
|
-
)}:host(
|
|
68
|
+
)}:host([variant=black]:not([disabled]):not([selected]):hover) ::slotted([slot=icon]){color:var(
|
|
69
69
|
--spectrum-global-color-static-black,#000
|
|
70
|
-
)}:host(
|
|
70
|
+
)}:host([variant=black]:not([disabled]):not([selected])[active]) #hold-affordance{color:var(
|
|
71
71
|
--spectrum-global-color-static-black,#000
|
|
72
|
-
)}:host(
|
|
72
|
+
)}:host([variant=black]:not([disabled]):not([selected])[active]) #label{color:var(
|
|
73
73
|
--spectrum-global-color-static-black,#000
|
|
74
|
-
)}:host(
|
|
74
|
+
)}:host([variant=black]:not([disabled]):not([selected])[active]) ::slotted([slot=icon]){color:var(
|
|
75
75
|
--spectrum-global-color-static-black,#000
|
|
76
|
-
)}:host(
|
|
76
|
+
)}:host([variant=black]:not([disabled]):not([selected]).focus-visible) #hold-affordance{color:var(
|
|
77
77
|
--spectrum-global-color-static-black,#000
|
|
78
|
-
)}:host(
|
|
78
|
+
)}:host([variant=black]:not([disabled]):not([selected]):focus-visible) #hold-affordance{color:var(
|
|
79
79
|
--spectrum-global-color-static-black,#000
|
|
80
|
-
)}:host(
|
|
80
|
+
)}:host([variant=black]:not([disabled]):not([selected]).focus-visible) #label{color:var(
|
|
81
81
|
--spectrum-global-color-static-black,#000
|
|
82
|
-
)}:host(
|
|
82
|
+
)}:host([variant=black]:not([disabled]):not([selected]):focus-visible) #label{color:var(
|
|
83
83
|
--spectrum-global-color-static-black,#000
|
|
84
|
-
)}:host(
|
|
84
|
+
)}:host([variant=black]:not([disabled]):not([selected]).focus-visible) ::slotted([slot=icon]){color:var(
|
|
85
85
|
--spectrum-global-color-static-black,#000
|
|
86
|
-
)}:host(
|
|
86
|
+
)}:host([variant=black]:not([disabled]):not([selected]):focus-visible) ::slotted([slot=icon]){color:var(
|
|
87
87
|
--spectrum-global-color-static-black,#000
|
|
88
|
-
)}:host(
|
|
88
|
+
)}:host([variant=black]:not([disabled]):not([selected]).is-keyboardFocused) #hold-affordance{color:var(
|
|
89
89
|
--spectrum-global-color-static-black,#000
|
|
90
|
-
)}:host(
|
|
90
|
+
)}:host([variant=black]:not([disabled]):not([selected]).is-keyboardFocused) #label{color:var(
|
|
91
91
|
--spectrum-global-color-static-black,#000
|
|
92
|
-
)}:host(
|
|
92
|
+
)}:host([variant=black]:not([disabled]):not([selected]).is-keyboardFocused) ::slotted([slot=icon]){color:var(
|
|
93
93
|
--spectrum-global-color-static-black,#000
|
|
94
|
-
)}:host(
|
|
94
|
+
)}:host([variant=black]:not([disabled]):not([selected])) #label{color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=black]:not([disabled]):not([selected])) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-black-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=black]) #label{color:var(
|
|
95
95
|
--spectrum-ActionButton-static-black-color
|
|
96
|
-
)}:host(
|
|
96
|
+
)}:host([variant=black]) ::slotted([slot=icon]){color:var(
|
|
97
97
|
--spectrum-ActionButton-static-black-color
|
|
98
|
-
)}:host(
|
|
98
|
+
)}:host([variant=white]:not([quiet])[disabled]){border-color:var(
|
|
99
99
|
--spectrum-alias-actionbutton-staticWhite-border-color-disabled,hsla(0,0%,100%,.25)
|
|
100
|
-
)}:host(
|
|
100
|
+
)}:host([variant=white]:not([quiet])[disabled][selected]){border-color:var(
|
|
101
101
|
--spectrum-alias-actionbutton-staticWhite-border-color-disabled-selected,transparent
|
|
102
|
-
)}:host(
|
|
102
|
+
)}:host([variant=white]:not([quiet])[disabled]:not([selected])){background-color:var(
|
|
103
103
|
--spectrum-alias-actionbutton-staticWhite-background-color-disabled,transparent
|
|
104
|
-
)}:host(
|
|
104
|
+
)}:host([variant=white]:not([quiet]):not([disabled])){border-color:var(
|
|
105
105
|
--spectrum-alias-actionbutton-staticWhite-border-color-default,hsla(0,0%,100%,.4)
|
|
106
|
-
)}:host(
|
|
106
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):hover){border-color:var(
|
|
107
107
|
--spectrum-alias-actionbutton-staticWhite-border-color-hover,hsla(0,0%,100%,.55)
|
|
108
|
-
)}:host(
|
|
108
|
+
)}:host([variant=white]:not([quiet]):not([disabled])[active]){border-color:var(
|
|
109
109
|
--spectrum-alias-actionbutton-staticWhite-border-color-down,hsla(0,0%,100%,.7)
|
|
110
|
-
)}:host(
|
|
110
|
+
)}:host([variant=white]:not([quiet]):not([disabled]).focus-visible){border-color:var(
|
|
111
111
|
--spectrum-alias-actionbutton-staticWhite-border-color-key-focus,hsla(0,0%,100%,.55)
|
|
112
|
-
)}:host(
|
|
112
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):focus-visible){border-color:var(
|
|
113
113
|
--spectrum-alias-actionbutton-staticWhite-border-color-key-focus,hsla(0,0%,100%,.55)
|
|
114
|
-
)}:host(
|
|
114
|
+
)}:host([variant=white]:not([quiet]):not([disabled]).is-keyboardFocused){border-color:var(
|
|
115
115
|
--spectrum-alias-actionbutton-staticWhite-border-color-key-focus,hsla(0,0%,100%,.55)
|
|
116
|
-
)}:host(
|
|
116
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected])){background-color:var(
|
|
117
117
|
--spectrum-alias-actionbutton-staticWhite-background-color-default,transparent
|
|
118
|
-
)}:host(
|
|
118
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected]):hover){background-color:var(
|
|
119
119
|
--spectrum-alias-actionbutton-staticWhite-background-color-hover,hsla(0,0%,100%,.25)
|
|
120
|
-
)}:host(
|
|
120
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected])[active]){background-color:var(
|
|
121
121
|
--spectrum-alias-actionbutton-staticWhite-background-color-down,hsla(0,0%,100%,.4)
|
|
122
|
-
)}:host(
|
|
122
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected]).focus-visible){background-color:var(
|
|
123
123
|
--spectrum-alias-actionbutton-staticWhite-background-color-key-focus,hsla(0,0%,100%,.25)
|
|
124
|
-
)}:host(
|
|
124
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected]):focus-visible){background-color:var(
|
|
125
125
|
--spectrum-alias-actionbutton-staticWhite-background-color-key-focus,hsla(0,0%,100%,.25)
|
|
126
|
-
)}:host(
|
|
126
|
+
)}:host([variant=white]:not([quiet]):not([disabled]):not([selected]).is-keyboardFocused){background-color:var(
|
|
127
127
|
--spectrum-alias-actionbutton-staticWhite-background-color-key-focus,hsla(0,0%,100%,.25)
|
|
128
|
-
)}:host(
|
|
128
|
+
)}:host([variant=white][quiet][disabled]){border-color:transparent}:host([variant=white][quiet][disabled]:not([selected])){background-color:transparent}:host([variant=white][quiet]:not([disabled])){border-color:transparent}:host([variant=white][quiet]:not([disabled]):not([selected])){background-color:var(
|
|
129
129
|
--spectrum-alias-component-background-color-quiet-default,var(--spectrum-alias-background-color-transparent)
|
|
130
|
-
)}:host(
|
|
130
|
+
)}:host([variant=white][quiet]:not([disabled]):not([selected]):hover){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=white][quiet]:not([disabled]):not([selected])[active]){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][quiet]:not([disabled]):not([selected]).focus-visible){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=white][quiet]:not([disabled]):not([selected]):focus-visible){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=white][quiet]:not([disabled]):not([selected]).is-keyboardFocused){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-25))}:host([variant=white][disabled][selected]){background-color:var(
|
|
131
131
|
--spectrum-alias-actionbutton-staticWhite-background-color-disabled-selected,hsla(0,0%,100%,.1)
|
|
132
|
-
)}:host(
|
|
132
|
+
)}:host([variant=white][disabled][selected]) #hold-affordance{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][disabled][selected]) #label{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][disabled][selected]) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][disabled]) #hold-affordance{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][disabled]) #label{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][disabled]) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-40))}:host([variant=white][selected]:not([disabled])){background-color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=white][selected]:not([disabled]):hover){background-color:var(
|
|
133
133
|
--spectrum-global-color-static-white,#fff
|
|
134
|
-
)}:host(
|
|
134
|
+
)}:host([variant=white][selected]:not([disabled])[active]){background-color:var(
|
|
135
135
|
--spectrum-global-color-static-white,#fff
|
|
136
|
-
)}:host(
|
|
136
|
+
)}:host([variant=white][selected]:not([disabled]).focus-visible){background-color:var(
|
|
137
137
|
--spectrum-global-color-static-white,#fff
|
|
138
|
-
)}:host(
|
|
138
|
+
)}:host([variant=white][selected]:not([disabled]):focus-visible){background-color:var(
|
|
139
139
|
--spectrum-global-color-static-white,#fff
|
|
140
|
-
)}:host(
|
|
140
|
+
)}:host([variant=white][selected]:not([disabled]).is-keyboardFocused){background-color:var(
|
|
141
141
|
--spectrum-global-color-static-white,#fff
|
|
142
|
-
)}:host(
|
|
142
|
+
)}:host([variant=white][selected]:not([disabled])) #hold-affordance{color:inherit}:host([variant=white][selected]:not([disabled])) #label{color:inherit}:host([variant=white][selected]:not([disabled])) ::slotted([slot=icon]){color:inherit}:host([variant=white]) #hold-affordance{color:var(
|
|
143
143
|
--spectrum-ActionButton-static-white-color
|
|
144
|
-
)}:host(
|
|
144
|
+
)}:host([variant=white]:not([disabled]):not([selected])) #hold-affordance{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=white]:not([disabled]):not([selected]):hover) #hold-affordance{color:var(
|
|
145
145
|
--spectrum-global-color-static-white,#fff
|
|
146
|
-
)}:host(
|
|
146
|
+
)}:host([variant=white]:not([disabled]):not([selected]):hover) #label{color:var(
|
|
147
147
|
--spectrum-global-color-static-white,#fff
|
|
148
|
-
)}:host(
|
|
148
|
+
)}:host([variant=white]:not([disabled]):not([selected]):hover) ::slotted([slot=icon]){color:var(
|
|
149
149
|
--spectrum-global-color-static-white,#fff
|
|
150
|
-
)}:host(
|
|
150
|
+
)}:host([variant=white]:not([disabled]):not([selected])[active]) #hold-affordance{color:var(
|
|
151
151
|
--spectrum-global-color-static-white,#fff
|
|
152
|
-
)}:host(
|
|
152
|
+
)}:host([variant=white]:not([disabled]):not([selected])[active]) #label{color:var(
|
|
153
153
|
--spectrum-global-color-static-white,#fff
|
|
154
|
-
)}:host(
|
|
154
|
+
)}:host([variant=white]:not([disabled]):not([selected])[active]) ::slotted([slot=icon]){color:var(
|
|
155
155
|
--spectrum-global-color-static-white,#fff
|
|
156
|
-
)}:host(
|
|
156
|
+
)}:host([variant=white]:not([disabled]):not([selected]).focus-visible) #hold-affordance{color:var(
|
|
157
157
|
--spectrum-global-color-static-white,#fff
|
|
158
|
-
)}:host(
|
|
158
|
+
)}:host([variant=white]:not([disabled]):not([selected]):focus-visible) #hold-affordance{color:var(
|
|
159
159
|
--spectrum-global-color-static-white,#fff
|
|
160
|
-
)}:host(
|
|
160
|
+
)}:host([variant=white]:not([disabled]):not([selected]).focus-visible) #label{color:var(
|
|
161
161
|
--spectrum-global-color-static-white,#fff
|
|
162
|
-
)}:host(
|
|
162
|
+
)}:host([variant=white]:not([disabled]):not([selected]):focus-visible) #label{color:var(
|
|
163
163
|
--spectrum-global-color-static-white,#fff
|
|
164
|
-
)}:host(
|
|
164
|
+
)}:host([variant=white]:not([disabled]):not([selected]).focus-visible) ::slotted([slot=icon]){color:var(
|
|
165
165
|
--spectrum-global-color-static-white,#fff
|
|
166
|
-
)}:host(
|
|
166
|
+
)}:host([variant=white]:not([disabled]):not([selected]):focus-visible) ::slotted([slot=icon]){color:var(
|
|
167
167
|
--spectrum-global-color-static-white,#fff
|
|
168
|
-
)}:host(
|
|
168
|
+
)}:host([variant=white]:not([disabled]):not([selected]).is-keyboardFocused) #hold-affordance{color:var(
|
|
169
169
|
--spectrum-global-color-static-white,#fff
|
|
170
|
-
)}:host(
|
|
170
|
+
)}:host([variant=white]:not([disabled]):not([selected]).is-keyboardFocused) #label{color:var(
|
|
171
171
|
--spectrum-global-color-static-white,#fff
|
|
172
|
-
)}:host(
|
|
172
|
+
)}:host([variant=white]:not([disabled]):not([selected]).is-keyboardFocused) ::slotted([slot=icon]){color:var(
|
|
173
173
|
--spectrum-global-color-static-white,#fff
|
|
174
|
-
)}:host(
|
|
174
|
+
)}:host([variant=white]:not([disabled]):not([selected])) #label{color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=white]:not([disabled]):not([selected])) ::slotted([slot=icon]){color:rgba(var(--spectrum-global-color-static-white-rgb),var(--spectrum-global-color-opacity-90))}:host([variant=white]) #label{color:var(
|
|
175
175
|
--spectrum-ActionButton-static-white-color
|
|
176
|
-
)}:host(
|
|
176
|
+
)}:host([variant=white]) ::slotted([slot=icon]){color:var(
|
|
177
177
|
--spectrum-ActionButton-static-white-color
|
|
178
178
|
)}:host([size=s]){--spectrum-actionbutton-texticon-border-size:var(
|
|
179
179
|
--spectrum-actionbutton-s-texticon-border-size,var(--spectrum-alias-border-size-thin)
|
|
@@ -363,11 +363,11 @@ const styles = css `
|
|
|
363
363
|
--spectrum-alias-component-focusring-size,var(--spectrum-global-dimension-static-size-10)
|
|
364
364
|
);--spectrum-actionbutton-focus-ring-color:var(
|
|
365
365
|
--spectrum-actionbutton-m-textonly-focus-ring-border-color-key-focus,var(--spectrum-alias-focus-ring-color)
|
|
366
|
-
);transition:border-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host:after{border-radius:calc(var(--spectrum-actionbutton-quiet-textonly-border-radius) + var(--spectrum-actionbutton-focus-ring-gap));bottom:0;content:"";left:0;margin:calc((var(--spectrum-actionbutton-focus-ring-gap) + var(--spectrum-actionbutton-textonly-border-size))*-1);pointer-events:none;position:absolute;right:0;top:0;transition:box-shadow var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host(.focus-visible){box-shadow:none!important}:host(:focus-visible){box-shadow:none!important}:host(.focus-visible):after{box-shadow:0 0 0 var(--spectrum-actionbutton-focus-ring-size) var(--spectrum-actionbutton-focus-ring-color)}:host(:focus-visible):after{box-shadow:0 0 0 var(--spectrum-actionbutton-focus-ring-size) var(--spectrum-actionbutton-focus-ring-color)}
|
|
366
|
+
);transition:border-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host:after{border-radius:calc(var(--spectrum-actionbutton-quiet-textonly-border-radius) + var(--spectrum-actionbutton-focus-ring-gap));bottom:0;content:"";left:0;margin:calc((var(--spectrum-actionbutton-focus-ring-gap) + var(--spectrum-actionbutton-textonly-border-size))*-1);pointer-events:none;position:absolute;right:0;top:0;transition:box-shadow var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host(.focus-visible){box-shadow:none!important}:host(:focus-visible){box-shadow:none!important}:host(.focus-visible):after{box-shadow:0 0 0 var(--spectrum-actionbutton-focus-ring-size) var(--spectrum-actionbutton-focus-ring-color)}:host(:focus-visible):after{box-shadow:0 0 0 var(--spectrum-actionbutton-focus-ring-size) var(--spectrum-actionbutton-focus-ring-color)}:host([variant=white]){--spectrum-actionbutton-focus-ring-color:var(
|
|
367
367
|
--spectrum-global-color-static-white,#fff
|
|
368
|
-
)}
|
|
368
|
+
)}:host([variant=black]){--spectrum-actionbutton-focus-ring-color:var(
|
|
369
369
|
--spectrum-global-color-static-black,#000
|
|
370
|
-
)}
|
|
370
|
+
)}:host([emphasized][selected]),:host([variant=black]),:host([variant=white]){--spectrum-actionbutton-focus-ring-gap:var(
|
|
371
371
|
--spectrum-alias-component-focusring-gap-emphasized,var(--spectrum-global-dimension-static-size-25)
|
|
372
372
|
);--spectrum-actionbutton-focus-ring-size:var(
|
|
373
373
|
--spectrum-alias-component-focusring-size-emphasized,var(--spectrum-global-dimension-static-size-25)
|
|
@@ -423,15 +423,15 @@ const styles = css `
|
|
|
423
423
|
--spectrum-actionbutton-m-textonly-text-color-down,var(--spectrum-alias-component-text-color-down)
|
|
424
424
|
)}:host([active]) #hold-affordance{color:var(
|
|
425
425
|
--spectrum-actionbutton-m-textonly-hold-icon-color-down,var(--spectrum-alias-component-icon-color-down)
|
|
426
|
-
)}:host(
|
|
426
|
+
)}:host([disabled]),:host([disabled]){background-color:var(
|
|
427
427
|
--spectrum-actionbutton-m-textonly-background-color-disabled,var(--spectrum-alias-component-background-color-disabled)
|
|
428
428
|
);border-color:var(
|
|
429
429
|
--spectrum-actionbutton-m-textonly-border-color-disabled,var(--spectrum-alias-component-border-color-disabled)
|
|
430
430
|
);color:var(
|
|
431
431
|
--spectrum-actionbutton-m-textonly-text-color-disabled,var(--spectrum-alias-component-text-color-disabled)
|
|
432
|
-
)}:host(
|
|
432
|
+
)}:host([disabled]) ::slotted([slot=icon]),:host([disabled]) ::slotted([slot=icon]){color:var(
|
|
433
433
|
--spectrum-actionbutton-m-texticon-icon-color-disabled,var(--spectrum-alias-component-icon-color-disabled)
|
|
434
|
-
)}:host(
|
|
434
|
+
)}:host([disabled]) #hold-affordance,:host([disabled]) #hold-affordance{color:var(
|
|
435
435
|
--spectrum-actionbutton-m-textonly-hold-icon-color-disabled,var(--spectrum-alias-component-icon-color-disabled)
|
|
436
436
|
)}:host([selected]){background-color:var(
|
|
437
437
|
--spectrum-actionbutton-m-textonly-background-color-selected,var(--spectrum-alias-component-background-color-selected-default)
|
|
@@ -477,13 +477,13 @@ const styles = css `
|
|
|
477
477
|
--spectrum-actionbutton-m-textonly-text-color-selected-down,var(--spectrum-alias-component-text-color-selected-down)
|
|
478
478
|
)}:host([selected][active]) ::slotted([slot=icon]){color:var(
|
|
479
479
|
--spectrum-actionbutton-m-texticon-icon-color-selected-down,var(--spectrum-alias-component-icon-color-selected)
|
|
480
|
-
)}:host([selected]
|
|
480
|
+
)}:host([selected][disabled]),:host([selected][disabled]){background-color:var(
|
|
481
481
|
--spectrum-actionbutton-m-textonly-background-color-selected-disabled,var(--spectrum-alias-component-background-color-disabled)
|
|
482
482
|
);border-color:var(
|
|
483
483
|
--spectrum-actionbutton-m-textonly-border-color-selected-disabled,var(--spectrum-alias-component-border-color-disabled)
|
|
484
484
|
);color:var(
|
|
485
485
|
--spectrum-actionbutton-m-textonly-text-color-selected-disabled,var(--spectrum-alias-component-text-color-disabled)
|
|
486
|
-
)}:host([selected]
|
|
486
|
+
)}:host([selected][disabled]) ::slotted([slot=icon]),:host([selected][disabled]) ::slotted([slot=icon]){color:var(
|
|
487
487
|
--spectrum-actionbutton-m-texticon-icon-color-selected-disabled,var(--spectrum-alias-component-icon-color-disabled)
|
|
488
488
|
)}:host([emphasized][quiet][selected]),:host([emphasized][selected]){background-color:var(
|
|
489
489
|
--spectrum-actionbutton-m-emphasized-textonly-background-color-selected,var(
|
|
@@ -539,13 +539,13 @@ const styles = css `
|
|
|
539
539
|
--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-down,var(--spectrum-alias-component-text-color-emphasized-selected-down)
|
|
540
540
|
)}:host([emphasized][quiet][selected][active]) ::slotted([slot=icon]),:host([emphasized][selected][active]) ::slotted([slot=icon]){color:var(
|
|
541
541
|
--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-down,var(--spectrum-alias-component-icon-color-emphasized-selected-down)
|
|
542
|
-
)}:host([emphasized][quiet][selected]
|
|
542
|
+
)}:host([emphasized][quiet][selected][disabled]),:host([emphasized][quiet][selected][disabled]),:host([emphasized][selected][disabled]){background-color:var(
|
|
543
543
|
--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-disabled,var(--spectrum-alias-component-background-color-disabled)
|
|
544
544
|
);border-color:var(
|
|
545
545
|
--spectrum-actionbutton-m-emphasized-textonly-border-color-selected-disabled,var(--spectrum-alias-component-border-color-disabled)
|
|
546
546
|
);color:var(
|
|
547
547
|
--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-disabled,var(--spectrum-alias-component-text-color-disabled)
|
|
548
|
-
)}:host([emphasized][quiet][selected]
|
|
548
|
+
)}:host([emphasized][quiet][selected][disabled]) ::slotted([slot=icon]),:host([emphasized][quiet][selected][disabled]) ::slotted([slot=icon]),:host([emphasized][selected][disabled]) ::slotted([slot=icon]){color:var(
|
|
549
549
|
--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-disabled,var(--spectrum-alias-component-icon-color-disabled)
|
|
550
550
|
)}:host([quiet]){background-color:var(
|
|
551
551
|
--spectrum-actionbutton-m-quiet-textonly-background-color,var(--spectrum-alias-component-background-color-quiet-default)
|
|
@@ -577,7 +577,7 @@ const styles = css `
|
|
|
577
577
|
--spectrum-actionbutton-m-quiet-textonly-border-color-down,var(--spectrum-alias-component-border-color-quiet-down)
|
|
578
578
|
);color:var(
|
|
579
579
|
--spectrum-actionbutton-m-quiet-textonly-text-color-down,var(--spectrum-alias-component-text-color-down)
|
|
580
|
-
)}:host([quiet]
|
|
580
|
+
)}:host([quiet][disabled]),:host([quiet][disabled]){background-color:var(
|
|
581
581
|
--spectrum-actionbutton-m-quiet-textonly-background-color-disabled,var(--spectrum-alias-component-background-color-quiet-disabled)
|
|
582
582
|
);border-color:var(
|
|
583
583
|
--spectrum-actionbutton-m-quiet-textonly-border-color-disabled,var(--spectrum-alias-component-border-color-quiet-disabled)
|
|
@@ -617,17 +617,17 @@ const styles = css `
|
|
|
617
617
|
--spectrum-actionbutton-m-quiet-textonly-border-color-selected-down,var(--spectrum-alias-component-border-color-quiet-selected-down)
|
|
618
618
|
);color:var(
|
|
619
619
|
--spectrum-actionbutton-m-quiet-textonly-text-color-selected-down,var(--spectrum-alias-component-text-color-selected-down)
|
|
620
|
-
)}:host([quiet][selected]
|
|
620
|
+
)}:host([quiet][selected][disabled]),:host([quiet][selected][disabled]){background-color:var(
|
|
621
621
|
--spectrum-actionbutton-m-quiet-textonly-background-color-selected-disabled,var(--spectrum-alias-component-background-color-quiet-selected-disabled)
|
|
622
622
|
);border-color:var(
|
|
623
623
|
--spectrum-actionbutton-m-quiet-textonly-border-color-selected-disabled,var(--spectrum-alias-component-border-color-quiet-disabled)
|
|
624
624
|
);color:var(
|
|
625
625
|
--spectrum-actionbutton-m-quiet-textonly-text-color-selected-disabled,var(--spectrum-alias-component-text-color-disabled)
|
|
626
|
-
)}
|
|
626
|
+
)}:host([variant=black]),:host([variant=white]){--spectrum-global-color-static-black-rgb:0,0,0;--spectrum-global-color-static-white-rgb:255,255,255;--spectrum-ActionButton-static-black-color:var(
|
|
627
627
|
--spectrum-global-color-static-black,#000
|
|
628
628
|
);--spectrum-ActionButton-static-white-color:var(
|
|
629
629
|
--spectrum-global-color-static-white,#fff
|
|
630
|
-
)}:host([selected])
|
|
630
|
+
)}:host([variant=black][selected]),:host([variant=white][selected]){color:inherit!important}@media (forced-colors:active){:host{--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected:HighlightText;--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-disabled:GrayText;--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-down:HighlightText;--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-hover:HighlightText;--spectrum-actionbutton-m-emphasized-texticon-icon-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-background-color-selected:Highlight;--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-disabled:ButtonFace;--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-down:Highlight;--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-hover:Highlight;--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-key-focus:Highlight;--spectrum-actionbutton-m-emphasized-textonly-border-color-selected:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-border-color-selected-disabled:GrayText;--spectrum-actionbutton-m-emphasized-textonly-border-color-selected-down:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-border-color-selected-hover:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-border-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-text-color-selected:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-disabled:GrayText;--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-down:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-hover:HighlightText;--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-quiet-textonly-background-color:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-disabled:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-down:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-hover:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-key-focus:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-selected:Highlight;--spectrum-actionbutton-m-quiet-textonly-background-color-selected-disabled:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-background-color-selected-down:Highlight;--spectrum-actionbutton-m-quiet-textonly-background-color-selected-hover:Highlight;--spectrum-actionbutton-m-quiet-textonly-background-color-selected-key-focus:Highlight;--spectrum-actionbutton-m-quiet-textonly-border-color:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-border-color-disabled:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-border-color-down:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-border-color-hover:ButtonFace;--spectrum-actionbutton-m-quiet-textonly-border-color-key-focus:Highlight;--spectrum-actionbutton-m-quiet-textonly-border-color-selected:HighlightText;--spectrum-actionbutton-m-quiet-textonly-border-color-selected-disabled:GrayText;--spectrum-actionbutton-m-quiet-textonly-border-color-selected-down:HighlightText;--spectrum-actionbutton-m-quiet-textonly-border-color-selected-hover:HighlightText;--spectrum-actionbutton-m-quiet-textonly-border-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-quiet-textonly-text-color:ButtonText;--spectrum-actionbutton-m-quiet-textonly-text-color-disabled:GrayText;--spectrum-actionbutton-m-quiet-textonly-text-color-down:ButtonText;--spectrum-actionbutton-m-quiet-textonly-text-color-hover:ButtonText;--spectrum-actionbutton-m-quiet-textonly-text-color-key-focus:ButtonText;--spectrum-actionbutton-m-quiet-textonly-text-color-selected:HighlightText;--spectrum-actionbutton-m-quiet-textonly-text-color-selected-disabled:GrayText;--spectrum-actionbutton-m-quiet-textonly-text-color-selected-down:HighlightText;--spectrum-actionbutton-m-quiet-textonly-text-color-selected-hover:HighlightText;--spectrum-actionbutton-m-quiet-textonly-text-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-texticon-icon-color:ButtonText;--spectrum-actionbutton-m-texticon-icon-color-disabled:GrayText;--spectrum-actionbutton-m-texticon-icon-color-hover:ButtonText;--spectrum-actionbutton-m-texticon-icon-color-key-focus:ButtonText;--spectrum-actionbutton-m-texticon-icon-color-selected:HighlightText;--spectrum-actionbutton-m-texticon-icon-color-selected-disabled:GrayText;--spectrum-actionbutton-m-texticon-icon-color-selected-down:HighlightText;--spectrum-actionbutton-m-texticon-icon-color-selected-hover:HighlightText;--spectrum-actionbutton-m-texticon-icon-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-textonly-background-color:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-disabled:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-down:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-hover:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-key-focus:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-selected:Highlight;--spectrum-actionbutton-m-textonly-background-color-selected-disabled:ButtonFace;--spectrum-actionbutton-m-textonly-background-color-selected-down:Highlight;--spectrum-actionbutton-m-textonly-background-color-selected-hover:Highlight;--spectrum-actionbutton-m-textonly-background-color-selected-key-focus:Highlight;--spectrum-actionbutton-m-textonly-border-color:ButtonText;--spectrum-actionbutton-m-textonly-border-color-disabled:GrayText;--spectrum-actionbutton-m-textonly-border-color-down:ButtonText;--spectrum-actionbutton-m-textonly-border-color-hover:ButtonText;--spectrum-actionbutton-m-textonly-border-color-key-focus:Highlight;--spectrum-actionbutton-m-textonly-border-color-selected:HighlightText;--spectrum-actionbutton-m-textonly-border-color-selected-disabled:GrayText;--spectrum-actionbutton-m-textonly-border-color-selected-down:HighlightText;--spectrum-actionbutton-m-textonly-border-color-selected-hover:HighlightText;--spectrum-actionbutton-m-textonly-border-color-selected-key-focus:HighlightText;--spectrum-actionbutton-m-textonly-hold-icon-color:ButtonText;--spectrum-actionbutton-m-textonly-hold-icon-color-disabled:GrayText;--spectrum-actionbutton-m-textonly-hold-icon-color-down:ButtonText;--spectrum-actionbutton-m-textonly-hold-icon-color-hover:ButtonText;--spectrum-actionbutton-m-textonly-hold-icon-color-key-focus:ButtonText;--spectrum-actionbutton-m-textonly-text-color:ButtonText;--spectrum-actionbutton-m-textonly-text-color-disabled:GrayText;--spectrum-actionbutton-m-textonly-text-color-down:ButtonText;--spectrum-actionbutton-m-textonly-text-color-hover:ButtonText;--spectrum-actionbutton-m-textonly-text-color-key-focus:ButtonText;--spectrum-actionbutton-m-textonly-text-color-selected:HighlightText;--spectrum-actionbutton-m-textonly-text-color-selected-disabled:GrayText;--spectrum-actionbutton-m-textonly-text-color-selected-down:HighlightText;--spectrum-actionbutton-m-textonly-text-color-selected-hover:HighlightText;--spectrum-actionbutton-m-textonly-text-color-selected-key-focus:HighlightText;forced-color-adjust:none}:host([quiet][emphasized]:not([disabled]):hover){background-color:var(
|
|
631
631
|
--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-hover,var(
|
|
632
632
|
--spectrum-alias-component-background-color-emphasized-selected-hover
|
|
633
633
|
)
|
|
@@ -637,7 +637,7 @@ const styles = css `
|
|
|
637
637
|
)
|
|
638
638
|
);color:var(
|
|
639
639
|
--spectrum-actionbutton-m-emphasized-textonly-text-color-selected-hover,var(--spectrum-alias-component-text-color-emphasized-selected-hover)
|
|
640
|
-
)}:host([quiet][emphasized]:not(
|
|
640
|
+
)}:host([quiet][emphasized]:not([disabled])[active]){background-color:var(
|
|
641
641
|
--spectrum-actionbutton-m-emphasized-textonly-background-color-selected-down,var(
|
|
642
642
|
--spectrum-alias-component-background-color-emphasized-selected-down
|
|
643
643
|
)
|