@syncfusion/ej2-splitbuttons 21.2.5 → 22.1.37

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.
Files changed (88) hide show
  1. package/.eslintrc.json +1 -0
  2. package/CHANGELOG.md +3 -3
  3. package/dist/ej2-splitbuttons.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  5. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es2015.js +42 -5
  7. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  8. package/dist/es6/ej2-splitbuttons.es5.js +42 -5
  9. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  10. package/dist/global/ej2-splitbuttons.min.js +2 -2
  11. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +7 -7
  14. package/src/drop-down-button/drop-down-button.js +29 -4
  15. package/src/progress-button/progress-button-model.d.ts +2 -1
  16. package/src/progress-button/progress-button.d.ts +2 -1
  17. package/src/split-button/split-button.js +13 -1
  18. package/styles/bootstrap-dark.css +0 -84
  19. package/styles/bootstrap.css +0 -7
  20. package/styles/bootstrap4.css +8 -5
  21. package/styles/bootstrap5-dark.css +0 -7
  22. package/styles/bootstrap5.css +0 -7
  23. package/styles/button-group/_layout.scss +7 -1
  24. package/styles/button-group/_material3-dark-definition.scss +1 -0
  25. package/styles/button-group/_material3-definition.scss +31 -0
  26. package/styles/button-group/_theme.scss +67 -1
  27. package/styles/button-group/material3-dark.css +902 -0
  28. package/styles/button-group/material3-dark.scss +5 -0
  29. package/styles/button-group/material3.css +958 -0
  30. package/styles/button-group/material3.scss +5 -0
  31. package/styles/drop-down-button/_layout.scss +7 -2
  32. package/styles/drop-down-button/_material3-dark-definition.scss +1 -0
  33. package/styles/drop-down-button/_material3-definition.scss +51 -0
  34. package/styles/drop-down-button/_theme.scss +6 -1
  35. package/styles/drop-down-button/icons/_material3-dark.scss +1 -0
  36. package/styles/drop-down-button/material3-dark.css +293 -0
  37. package/styles/drop-down-button/material3-dark.scss +7 -0
  38. package/styles/drop-down-button/material3.css +349 -0
  39. package/styles/drop-down-button/material3.scss +7 -0
  40. package/styles/fabric-dark.css +0 -84
  41. package/styles/fabric.css +0 -7
  42. package/styles/fluent-dark.css +4 -7
  43. package/styles/fluent.css +4 -7
  44. package/styles/highcontrast-light.css +0 -84
  45. package/styles/highcontrast.css +0 -84
  46. package/styles/material-dark.css +0 -84
  47. package/styles/material.css +0 -7
  48. package/styles/material3-dark.css +2000 -0
  49. package/styles/material3-dark.scss +6 -0
  50. package/styles/material3.css +2050 -0
  51. package/styles/material3.scss +6 -0
  52. package/styles/progress-button/_material3-dark-definition.scss +1 -0
  53. package/styles/progress-button/_material3-definition.scss +25 -0
  54. package/styles/progress-button/_theme.scss +220 -65
  55. package/styles/progress-button/bootstrap-dark.css +0 -84
  56. package/styles/progress-button/bootstrap.css +0 -7
  57. package/styles/progress-button/bootstrap4.css +0 -5
  58. package/styles/progress-button/bootstrap5-dark.css +0 -7
  59. package/styles/progress-button/bootstrap5.css +0 -7
  60. package/styles/progress-button/fabric-dark.css +0 -84
  61. package/styles/progress-button/fabric.css +0 -7
  62. package/styles/progress-button/fluent-dark.css +0 -7
  63. package/styles/progress-button/fluent.css +0 -7
  64. package/styles/progress-button/highcontrast-light.css +0 -84
  65. package/styles/progress-button/highcontrast.css +0 -84
  66. package/styles/progress-button/material-dark.css +0 -84
  67. package/styles/progress-button/material.css +0 -7
  68. package/styles/progress-button/material3-dark.css +557 -0
  69. package/styles/progress-button/material3-dark.scss +6 -0
  70. package/styles/progress-button/material3.css +613 -0
  71. package/styles/progress-button/material3.scss +6 -0
  72. package/styles/progress-button/tailwind-dark.css +0 -5
  73. package/styles/progress-button/tailwind.css +0 -5
  74. package/styles/split-button/_layout.scss +59 -2
  75. package/styles/split-button/_material3-dark-definition.scss +1 -0
  76. package/styles/split-button/_material3-definition.scss +26 -0
  77. package/styles/split-button/_theme.scss +21 -1
  78. package/styles/split-button/bootstrap4.css +8 -0
  79. package/styles/split-button/fluent-dark.css +4 -0
  80. package/styles/split-button/fluent.css +4 -0
  81. package/styles/split-button/material3-dark.css +413 -0
  82. package/styles/split-button/material3-dark.scss +7 -0
  83. package/styles/split-button/material3.css +463 -0
  84. package/styles/split-button/material3.scss +7 -0
  85. package/styles/split-button/tailwind-dark.css +6 -0
  86. package/styles/split-button/tailwind.css +6 -0
  87. package/styles/tailwind-dark.css +6 -5
  88. package/styles/tailwind.css +6 -5
@@ -0,0 +1,902 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ /* stylelint-disable */
58
+ *.e-btn-group,
59
+ *.e-css.e-btn-group {
60
+ display: -ms-inline-flexbox;
61
+ display: inline-flex;
62
+ border-radius: 4px;
63
+ -ms-flex-direction: row;
64
+ flex-direction: row;
65
+ position: relative;
66
+ border-radius: 4px;
67
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
68
+ }
69
+ *.e-btn-group input + label.e-btn,
70
+ *.e-css.e-btn-group input + label.e-btn {
71
+ margin-bottom: 0;
72
+ }
73
+ *.e-btn-group input,
74
+ *.e-css.e-btn-group input {
75
+ -moz-appearance: none;
76
+ height: 1px;
77
+ margin: 0 0 0 -1px;
78
+ opacity: 0;
79
+ position: absolute;
80
+ width: 1px;
81
+ }
82
+ *.e-btn-group input:disabled + label.e-btn,
83
+ *.e-btn-group :disabled,
84
+ *.e-css.e-btn-group input:disabled + label.e-btn,
85
+ *.e-css.e-btn-group :disabled {
86
+ cursor: default;
87
+ pointer-events: none;
88
+ }
89
+ *.e-btn-group .e-btn-icon,
90
+ *.e-css.e-btn-group .e-btn-icon {
91
+ font-size: 16px;
92
+ }
93
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
94
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
95
+ border-radius: 0;
96
+ }
97
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
98
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
99
+ border-bottom-right-radius: 0;
100
+ border-top-right-radius: 0;
101
+ }
102
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
103
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
104
+ border-bottom-left-radius: 0;
105
+ border-top-left-radius: 0;
106
+ }
107
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
108
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
109
+ border-bottom-right-radius: 0;
110
+ border-top-right-radius: 0;
111
+ }
112
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
113
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
114
+ border-bottom-left-radius: 0;
115
+ border-top-left-radius: 0;
116
+ }
117
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
118
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
119
+ border-bottom-right-radius: 0;
120
+ border-top-right-radius: 0;
121
+ }
122
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
123
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
124
+ border-bottom-left-radius: 0;
125
+ border-top-left-radius: 0;
126
+ }
127
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
128
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
129
+ border-bottom-right-radius: 0;
130
+ border-top-right-radius: 0;
131
+ }
132
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
133
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
134
+ border-bottom-left-radius: 0;
135
+ border-top-left-radius: 0;
136
+ }
137
+ *.e-btn-group.e-rtl .e-btn,
138
+ *.e-css.e-btn-group.e-rtl .e-btn {
139
+ margin-left: -1px;
140
+ }
141
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
142
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
143
+ border-radius: 0;
144
+ }
145
+ *.e-btn-group.e-rtl .e-btn:first-of-type,
146
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
147
+ border-bottom-left-radius: 0;
148
+ border-top-left-radius: 0;
149
+ }
150
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
151
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
152
+ border-bottom-right-radius: 0;
153
+ border-top-right-radius: 0;
154
+ }
155
+ *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
156
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
157
+ border-bottom-left-radius: 0;
158
+ border-top-left-radius: 0;
159
+ }
160
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
161
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
162
+ border-bottom-right-radius: 0;
163
+ border-top-right-radius: 0;
164
+ }
165
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
166
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
167
+ border-bottom-left-radius: 0;
168
+ border-top-left-radius: 0;
169
+ }
170
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
171
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
172
+ border-bottom-right-radius: 0;
173
+ border-top-right-radius: 0;
174
+ }
175
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
176
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
177
+ border-bottom-left-radius: 0;
178
+ border-top-left-radius: 0;
179
+ }
180
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
181
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
182
+ border-bottom-right-radius: 0;
183
+ border-top-right-radius: 0;
184
+ }
185
+ *.e-btn-group.e-vertical,
186
+ *.e-css.e-btn-group.e-vertical {
187
+ -ms-flex-direction: column;
188
+ flex-direction: column;
189
+ }
190
+ *.e-btn-group.e-vertical input,
191
+ *.e-css.e-btn-group.e-vertical input {
192
+ margin: -1px 0 0;
193
+ }
194
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
195
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
196
+ margin-top: -1px;
197
+ }
198
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
199
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
200
+ border-radius: 0;
201
+ }
202
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
203
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
204
+ border-bottom-left-radius: 0;
205
+ border-bottom-right-radius: 0;
206
+ border-top-left-radius: 2px;
207
+ border-top-right-radius: 2px;
208
+ }
209
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
210
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
211
+ border-bottom-left-radius: 2px;
212
+ border-bottom-right-radius: 2px;
213
+ border-top-left-radius: 0;
214
+ border-top-right-radius: 0;
215
+ }
216
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
217
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
218
+ border-radius: 20px;
219
+ }
220
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
221
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
222
+ border-bottom-left-radius: 20px;
223
+ border-top-left-radius: 20px;
224
+ }
225
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
226
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
227
+ border-bottom-right-radius: 20px;
228
+ border-top-right-radius: 20px;
229
+ }
230
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
231
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
232
+ border-bottom-right-radius: 0;
233
+ border-top-right-radius: 0;
234
+ }
235
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
236
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
237
+ border-bottom-left-radius: 0;
238
+ border-top-left-radius: 0;
239
+ }
240
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
241
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
242
+ border-bottom-left-radius: 20px;
243
+ border-top-left-radius: 20px;
244
+ }
245
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
246
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
247
+ border-bottom-right-radius: 0;
248
+ border-top-right-radius: 0;
249
+ }
250
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
251
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
252
+ border-bottom-left-radius: 0;
253
+ border-top-left-radius: 0;
254
+ }
255
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
256
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
257
+ border-bottom-right-radius: 20px;
258
+ border-top-right-radius: 20px;
259
+ }
260
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
261
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
262
+ border-radius: 20px;
263
+ }
264
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
265
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
266
+ border-bottom-right-radius: 20px;
267
+ border-top-right-radius: 20px;
268
+ }
269
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
270
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
271
+ border-bottom-left-radius: 20px;
272
+ border-top-left-radius: 20px;
273
+ }
274
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
275
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
276
+ border-bottom-left-radius: 0;
277
+ border-top-left-radius: 0;
278
+ }
279
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
280
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
281
+ border-bottom-right-radius: 0;
282
+ border-top-right-radius: 0;
283
+ }
284
+
285
+ .e-bigger .e-btn-group .e-btn-icon,
286
+ .e-bigger.e-btn-group .e-btn-icon,
287
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
288
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
289
+ font-size: 20px;
290
+ }
291
+
292
+ /* stylelint-disable */
293
+ .e-btn-group .e-btn,
294
+ .e-css.e-btn-group .e-btn {
295
+ box-shadow: none;
296
+ }
297
+ .e-btn-group .e-btn:hover,
298
+ .e-css.e-btn-group .e-btn:hover {
299
+ box-shadow: none;
300
+ }
301
+ .e-btn-group .e-btn:focus-visible,
302
+ .e-btn-group input:focus-visible + label.e-btn,
303
+ .e-css.e-btn-group .e-btn:focus-visible,
304
+ .e-css.e-btn-group input:focus-visible + label.e-btn {
305
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
306
+ z-index: 1;
307
+ }
308
+ .e-btn-group .e-btn:focus-visible.e-primary, .e-btn-group .e-btn:focus-visible.e-success, .e-btn-group .e-btn:focus-visible.e-info, .e-btn-group .e-btn:focus-visible.e-warning, .e-btn-group .e-btn:focus-visible.e-danger,
309
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
310
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
311
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
312
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
313
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
314
+ .e-css.e-btn-group .e-btn:focus-visible.e-primary,
315
+ .e-css.e-btn-group .e-btn:focus-visible.e-success,
316
+ .e-css.e-btn-group .e-btn:focus-visible.e-info,
317
+ .e-css.e-btn-group .e-btn:focus-visible.e-warning,
318
+ .e-css.e-btn-group .e-btn:focus-visible.e-danger,
319
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
320
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
321
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
322
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
323
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
324
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
325
+ z-index: 1;
326
+ }
327
+ .e-btn-group .e-btn:focus-visible.e-outline,
328
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
329
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline,
330
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
331
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
332
+ z-index: 1;
333
+ }
334
+ .e-btn-group .e-btn:focus-visible.e-outline.e-primary, .e-btn-group .e-btn:focus-visible.e-outline.e-success, .e-btn-group .e-btn:focus-visible.e-outline.e-info, .e-btn-group .e-btn:focus-visible.e-outline.e-warning, .e-btn-group .e-btn:focus-visible.e-outline.e-danger,
335
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
336
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
337
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
338
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
339
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
340
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-primary,
341
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-success,
342
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-info,
343
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-warning,
344
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-danger,
345
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
346
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
347
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
348
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
349
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
350
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
351
+ z-index: 1;
352
+ }
353
+ .e-btn-group .e-btn:focus,
354
+ .e-btn-group input:focus + label.e-btn,
355
+ .e-css.e-btn-group .e-btn:focus,
356
+ .e-css.e-btn-group input:focus + label.e-btn {
357
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
358
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
359
+ color: rgba(var(--color-sf-on-surface));
360
+ outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
361
+ outline-offset: 0;
362
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
363
+ box-shadow: none;
364
+ outline-color: inherit;
365
+ }
366
+ .e-btn-group .e-btn:focus.e-primary,
367
+ .e-btn-group input:focus + label.e-btn.e-primary,
368
+ .e-css.e-btn-group .e-btn:focus.e-primary,
369
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
370
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.08), rgba(var(--color-sf-on-primary), 0.08)), rgba(var(--color-sf-primary));
371
+ border-color: rgba(var(--color-sf-primary));
372
+ color: rgba(var(--color-sf-on-primary));
373
+ outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
374
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
375
+ box-shadow: none;
376
+ outline-color: inherit;
377
+ }
378
+ .e-btn-group .e-btn:focus.e-success,
379
+ .e-btn-group input:focus + label.e-btn.e-success,
380
+ .e-css.e-btn-group .e-btn:focus.e-success,
381
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
382
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.08), rgba(var(--color-sf-success-text), 0.08)), rgba(var(--color-sf-success));
383
+ border-color: rgba(var(--color-sf-success));
384
+ color: rgba(var(--color-sf-success-text));
385
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
386
+ box-shadow: none;
387
+ outline-color: inherit;
388
+ }
389
+ .e-btn-group .e-btn:focus.e-info,
390
+ .e-btn-group input:focus + label.e-btn.e-info,
391
+ .e-css.e-btn-group .e-btn:focus.e-info,
392
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
393
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.08), rgba(var(--color-sf-info-text), 0.08)), rgba(var(--color-sf-info));
394
+ border-color: rgba(var(--color-sf-info));
395
+ color: rgba(var(--color-sf-info-text));
396
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
397
+ box-shadow: none;
398
+ outline-color: inherit;
399
+ }
400
+ .e-btn-group .e-btn:focus.e-warning,
401
+ .e-btn-group input:focus + label.e-btn.e-warning,
402
+ .e-css.e-btn-group .e-btn:focus.e-warning,
403
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
404
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.08), rgba(var(--color-sf-warning-text), 0.08)), rgba(var(--color-sf-warning));
405
+ border-color: rgba(var(--color-sf-warning));
406
+ color: rgba(var(--color-sf-warning-text));
407
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
408
+ box-shadow: none;
409
+ outline-color: inherit;
410
+ }
411
+ .e-btn-group .e-btn:focus.e-danger,
412
+ .e-btn-group input:focus + label.e-btn.e-danger,
413
+ .e-css.e-btn-group .e-btn:focus.e-danger,
414
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
415
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.08), rgba(var(--color-sf-danger-text), 0.08)), rgba(var(--color-sf-error));
416
+ border-color: rgba(var(--color-sf-error));
417
+ color: rgba(var(--color-sf-danger-text));
418
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
419
+ box-shadow: none;
420
+ outline-color: inherit;
421
+ }
422
+ .e-btn-group .e-btn:focus.e-link,
423
+ .e-btn-group input:focus + label.e-btn.e-link,
424
+ .e-css.e-btn-group .e-btn:focus.e-link,
425
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
426
+ border-radius: 0;
427
+ text-decoration: underline;
428
+ color: rgba(var(--color-sf-info));
429
+ background-color: transparent;
430
+ border-color: transparent;
431
+ box-shadow: none;
432
+ outline: none;
433
+ }
434
+ .e-btn-group .e-btn:focus.e-outline,
435
+ .e-btn-group input:focus + label.e-btn.e-outline,
436
+ .e-css.e-btn-group .e-btn:focus.e-outline,
437
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
438
+ background: rgba(var(--color-sf-on-surface), 0.12);
439
+ border: 1px solid rgba(var(--color-sf-outline));
440
+ color: rgba(var(--color-sf-on-surface));
441
+ box-shadow: none;
442
+ }
443
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
444
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
445
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
446
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
447
+ background: rgba(var(--color-sf-primary), 0.12);
448
+ border: 1px solid rgba(var(--color-sf-outline));
449
+ color: rgba(var(--color-sf-primary));
450
+ box-shadow: none;
451
+ }
452
+ .e-btn-group .e-btn:focus.e-outline.e-success,
453
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
454
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
455
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
456
+ background: rgba(var(--color-sf-success), 0.12);
457
+ border: 1px solid rgba(var(--color-sf-outline));
458
+ color: rgba(var(--color-sf-success));
459
+ box-shadow: none;
460
+ }
461
+ .e-btn-group .e-btn:focus.e-outline.e-info,
462
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
463
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
464
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
465
+ background: rgba(var(--color-sf-info), 0.12);
466
+ border: 1px solid rgba(var(--color-sf-outline));
467
+ color: rgba(var(--color-sf-info));
468
+ box-shadow: none;
469
+ }
470
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
471
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
472
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
473
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
474
+ background: rgba(var(--color-sf-warning), 0.12);
475
+ border: 1px solid rgba(var(--color-sf-outline));
476
+ color: rgba(var(--color-sf-warning));
477
+ box-shadow: none;
478
+ }
479
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
480
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
481
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
482
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
483
+ background: rgba(var(--color-sf-error), 0.12);
484
+ border: 1px solid rgba(var(--color-sf-outline));
485
+ color: rgba(var(--color-sf-error));
486
+ box-shadow: none;
487
+ }
488
+ .e-btn-group .e-btn:active,
489
+ .e-btn-group input:active + label.e-btn,
490
+ .e-btn-group input:checked + label.e-btn,
491
+ .e-css.e-btn-group .e-btn:active,
492
+ .e-css.e-btn-group input:active + label.e-btn,
493
+ .e-css.e-btn-group input:checked + label.e-btn {
494
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
495
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
496
+ color: rgba(var(--color-sf-on-surface));
497
+ outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
498
+ outline-offset: 0;
499
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
500
+ box-shadow: none;
501
+ }
502
+ .e-btn-group .e-btn:active.e-primary,
503
+ .e-btn-group input:active + label.e-btn.e-primary,
504
+ .e-btn-group input:checked + label.e-btn.e-primary,
505
+ .e-css.e-btn-group .e-btn:active.e-primary,
506
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
507
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
508
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
509
+ border-color: rgba(var(--color-sf-primary));
510
+ color: rgba(var(--color-sf-on-primary));
511
+ outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
512
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
513
+ box-shadow: none;
514
+ }
515
+ .e-btn-group .e-btn:active.e-success,
516
+ .e-btn-group input:active + label.e-btn.e-success,
517
+ .e-btn-group input:checked + label.e-btn.e-success,
518
+ .e-css.e-btn-group .e-btn:active.e-success,
519
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
520
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
521
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
522
+ border-color: rgba(var(--color-sf-success));
523
+ color: rgba(var(--color-sf-success-text));
524
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
525
+ box-shadow: none;
526
+ }
527
+ .e-btn-group .e-btn:active.e-info,
528
+ .e-btn-group input:active + label.e-btn.e-info,
529
+ .e-btn-group input:checked + label.e-btn.e-info,
530
+ .e-css.e-btn-group .e-btn:active.e-info,
531
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
532
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
533
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
534
+ color: rgba(var(--color-sf-info-text));
535
+ border-color: rgba(var(--color-sf-info));
536
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
537
+ box-shadow: none;
538
+ }
539
+ .e-btn-group .e-btn:active.e-warning,
540
+ .e-btn-group input:active + label.e-btn.e-warning,
541
+ .e-btn-group input:checked + label.e-btn.e-warning,
542
+ .e-css.e-btn-group .e-btn:active.e-warning,
543
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
544
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
545
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
546
+ border-color: rgba(var(--color-sf-warning));
547
+ color: rgba(var(--color-sf-warning-text));
548
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
549
+ box-shadow: none;
550
+ }
551
+ .e-btn-group .e-btn:active.e-danger,
552
+ .e-btn-group input:active + label.e-btn.e-danger,
553
+ .e-btn-group input:checked + label.e-btn.e-danger,
554
+ .e-css.e-btn-group .e-btn:active.e-danger,
555
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
556
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
557
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
558
+ border-color: rgba(var(--color-sf-error));
559
+ color: rgba(var(--color-sf-danger-text));
560
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
561
+ box-shadow: none;
562
+ }
563
+ .e-btn-group .e-btn:active.e-outline,
564
+ .e-btn-group input:active + label.e-btn.e-outline,
565
+ .e-btn-group input:checked + label.e-btn.e-outline,
566
+ .e-css.e-btn-group .e-btn:active.e-outline,
567
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
568
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
569
+ background: rgba(var(--color-sf-on-surface), 0.12);
570
+ border-color: rgba(var(--color-sf-outline));
571
+ box-shadow: none;
572
+ color: rgba(var(--color-sf-on-surface));
573
+ box-shadow: none;
574
+ }
575
+ .e-btn-group .e-btn:active.e-outline.e-primary,
576
+ .e-btn-group input:active + label.e-btn.e-outline.e-primary,
577
+ .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
578
+ .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
579
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
580
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
581
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
582
+ border-color: rgba(var(--color-sf-primary));
583
+ box-shadow: none;
584
+ color: rgba(var(--color-sf-on-primary));
585
+ background: rgba(var(--color-sf-primary), 0.12);
586
+ border: 1px solid rgba(var(--color-sf-outline));
587
+ color: rgba(var(--color-sf-primary));
588
+ box-shadow: none;
589
+ }
590
+ .e-btn-group .e-btn:active.e-outline.e-success,
591
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
592
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
593
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
594
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
595
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
596
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
597
+ border-color: rgba(var(--color-sf-success));
598
+ box-shadow: none;
599
+ color: rgba(var(--color-sf-success-text));
600
+ background: rgba(var(--color-sf-success), 0.12);
601
+ border: 1px solid rgba(var(--color-sf-outline));
602
+ color: rgba(var(--color-sf-success));
603
+ box-shadow: none;
604
+ }
605
+ .e-btn-group .e-btn:active.e-outline.e-info,
606
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
607
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
608
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
609
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
610
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
611
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
612
+ border-color: rgba(var(--color-sf-info));
613
+ box-shadow: none;
614
+ color: rgba(var(--color-sf-info-text));
615
+ background: rgba(var(--color-sf-info), 0.12);
616
+ border: 1px solid rgba(var(--color-sf-outline));
617
+ color: rgba(var(--color-sf-info));
618
+ box-shadow: none;
619
+ }
620
+ .e-btn-group .e-btn:active.e-outline.e-warning,
621
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
622
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
623
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
624
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
625
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
626
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
627
+ border-color: rgba(var(--color-sf-warning));
628
+ box-shadow: none;
629
+ color: rgba(var(--color-sf-warning-text));
630
+ background: rgba(var(--color-sf-warning), 0.12);
631
+ border: 1px solid rgba(var(--color-sf-outline));
632
+ color: rgba(var(--color-sf-warning));
633
+ box-shadow: none;
634
+ }
635
+ .e-btn-group .e-btn:active.e-outline.e-danger,
636
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
637
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
638
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
639
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
640
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
641
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
642
+ border-color: rgba(var(--color-sf-error));
643
+ box-shadow: none;
644
+ color: rgba(var(--color-sf-danger-text));
645
+ background: rgba(var(--color-sf-error), 0.12);
646
+ border: 1px solid rgba(var(--color-sf-outline));
647
+ color: rgba(var(--color-sf-error));
648
+ box-shadow: none;
649
+ }
650
+ .e-btn-group .e-btn:disabled,
651
+ .e-btn-group input:disabled + label.e-btn,
652
+ .e-css.e-btn-group .e-btn:disabled,
653
+ .e-css.e-btn-group input:disabled + label.e-btn {
654
+ background-color: rgba(var(--color-sf-secondary), 0.12);
655
+ border-color: rgba(var(--color-sf-secondary), 0);
656
+ box-shadow: none;
657
+ color: rgba(var(--color-sf-on-surface), 0.38);
658
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
659
+ }
660
+ .e-btn-group .e-btn:disabled.e-primary,
661
+ .e-btn-group input:disabled + label.e-btn.e-primary,
662
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
663
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
664
+ background: rgba(var(--color-sf-secondary), 0.12);
665
+ border-color: rgba(var(--color-sf-secondary), 0);
666
+ box-shadow: none;
667
+ color: rgba(var(--color-sf-on-surface), 0.38);
668
+ border-color: rgba(var(--color-sf-primary));
669
+ }
670
+ .e-btn-group .e-btn:disabled.e-success,
671
+ .e-btn-group input:disabled + label.e-btn.e-success,
672
+ .e-css.e-btn-group .e-btn:disabled.e-success,
673
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
674
+ background: rgba(var(--color-sf-secondary), 0.12);
675
+ border-color: rgba(var(--color-sf-secondary), 0);
676
+ box-shadow: none;
677
+ color: rgba(var(--color-sf-on-surface), 0.38);
678
+ border-color: rgba(var(--color-sf-success));
679
+ }
680
+ .e-btn-group .e-btn:disabled.e-info,
681
+ .e-btn-group input:disabled + label.e-btn.e-info,
682
+ .e-css.e-btn-group .e-btn:disabled.e-info,
683
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
684
+ background: rgba(var(--color-sf-secondary), 0.12);
685
+ border-color: rgba(var(--color-sf-secondary), 0);
686
+ box-shadow: none;
687
+ color: rgba(var(--color-sf-on-surface), 0.38);
688
+ border-color: rgba(var(--color-sf-info));
689
+ }
690
+ .e-btn-group .e-btn:disabled.e-warning,
691
+ .e-btn-group input:disabled + label.e-btn.e-warning,
692
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
693
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
694
+ background: rgba(var(--color-sf-secondary), 0.12);
695
+ border-color: rgba(var(--color-sf-secondary), 0);
696
+ box-shadow: none;
697
+ color: rgba(var(--color-sf-on-surface), 0.38);
698
+ border-color: rgba(var(--color-sf-warning));
699
+ }
700
+ .e-btn-group .e-btn:disabled.e-danger,
701
+ .e-btn-group input:disabled + label.e-btn.e-danger,
702
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
703
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
704
+ background: rgba(var(--color-sf-secondary), 0.12);
705
+ border-color: rgba(var(--color-sf-secondary), 0);
706
+ box-shadow: none;
707
+ color: rgba(var(--color-sf-on-surface), 0.38);
708
+ border-color: rgba(var(--color-sf-error));
709
+ }
710
+ .e-btn-group .e-btn:disabled.e-link,
711
+ .e-btn-group input:disabled + label.e-btn.e-link,
712
+ .e-css.e-btn-group .e-btn:disabled.e-link,
713
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
714
+ color: rgba(var(--color-sf-on-surface), 0.38);
715
+ background: transparent;
716
+ box-shadow: none;
717
+ text-decoration: none;
718
+ border-color: transparent;
719
+ }
720
+ .e-btn-group .e-btn:disabled.e-outline,
721
+ .e-btn-group input:disabled + label.e-btn.e-outline,
722
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
723
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
724
+ background: transparent;
725
+ border-color: rgba(var(--color-sf-secondary), 0.12);
726
+ box-shadow: none;
727
+ color: rgba(var(--color-sf-on-surface), 0.38);
728
+ border-color: rgba(var(--color-sf-outline));
729
+ }
730
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
731
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
732
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
733
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
734
+ background: transparent;
735
+ border-color: rgba(var(--color-sf-secondary), 0.12);
736
+ box-shadow: none;
737
+ color: rgba(var(--color-sf-on-surface), 0.38);
738
+ border-color: rgba(var(--color-sf-primary));
739
+ }
740
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
741
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
742
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
743
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
744
+ background: transparent;
745
+ border-color: rgba(var(--color-sf-secondary), 0.12);
746
+ box-shadow: none;
747
+ color: rgba(var(--color-sf-on-surface), 0.38);
748
+ border-color: rgba(var(--color-sf-success));
749
+ }
750
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
751
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
752
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
753
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
754
+ background: transparent;
755
+ border-color: rgba(var(--color-sf-secondary), 0.12);
756
+ box-shadow: none;
757
+ color: rgba(var(--color-sf-on-surface), 0.38);
758
+ border-color: rgba(var(--color-sf-info));
759
+ }
760
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
761
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
762
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
763
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
764
+ background: transparent;
765
+ border-color: rgba(var(--color-sf-secondary), 0.12);
766
+ box-shadow: none;
767
+ color: rgba(var(--color-sf-on-surface), 0.38);
768
+ border-color: rgba(var(--color-sf-warning));
769
+ }
770
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
771
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
772
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
773
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
774
+ background: transparent;
775
+ border-color: rgba(var(--color-sf-secondary), 0.12);
776
+ box-shadow: none;
777
+ color: rgba(var(--color-sf-on-surface), 0.38);
778
+ border-color: rgba(var(--color-sf-error));
779
+ }
780
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
781
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
782
+ border-left: transparent;
783
+ border-right: transparent;
784
+ }
785
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
786
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
787
+ border-right: transparent;
788
+ }
789
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
790
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
791
+ border-left: transparent;
792
+ }
793
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
794
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
795
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
796
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
797
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
798
+ outline-color: inherit;
799
+ }
800
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
801
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
802
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
803
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
804
+ border-color: rgba(var(--color-sf-primary));
805
+ outline-color: inherit;
806
+ }
807
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
808
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
809
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
810
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
811
+ border-color: rgba(var(--color-sf-success));
812
+ outline-color: inherit;
813
+ }
814
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
815
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
816
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
817
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
818
+ border-color: rgba(var(--color-sf-info));
819
+ outline-color: inherit;
820
+ }
821
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
822
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
823
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
824
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
825
+ border-color: rgba(var(--color-sf-warning));
826
+ outline-color: inherit;
827
+ }
828
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
829
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
830
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
831
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
832
+ border-color: rgba(var(--color-sf-error));
833
+ outline-color: inherit;
834
+ }
835
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
836
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
837
+ border-bottom: transparent;
838
+ border-top: transparent;
839
+ }
840
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
841
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
842
+ border-bottom: transparent;
843
+ }
844
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
845
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
846
+ border-top: transparent;
847
+ }
848
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
849
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
850
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
851
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
852
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
853
+ outline-color: inherit;
854
+ }
855
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
856
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
857
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
858
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
859
+ border-color: rgba(var(--color-sf-primary));
860
+ outline-color: inherit;
861
+ }
862
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
863
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
864
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
865
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
866
+ border-color: rgba(var(--color-sf-success));
867
+ outline-color: inherit;
868
+ }
869
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
870
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
871
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
872
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
873
+ border-color: rgba(var(--color-sf-info));
874
+ outline-color: inherit;
875
+ }
876
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
877
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
878
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
879
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
880
+ border-color: rgba(var(--color-sf-warning));
881
+ outline-color: inherit;
882
+ }
883
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
884
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
885
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
886
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
887
+ border-color: rgba(var(--color-sf-error));
888
+ outline-color: inherit;
889
+ }
890
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
891
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
892
+ border-left: transparent;
893
+ border-right: transparent;
894
+ }
895
+ .e-btn-group.e-rtl .e-btn:first-of-type,
896
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
897
+ border-left: transparent;
898
+ }
899
+ .e-btn-group.e-rtl .e-btn:last-of-type,
900
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
901
+ border-right: transparent;
902
+ }