@syncfusion/ej2-react-splitbuttons 20.1.47 → 20.2.36

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