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