@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,
@@ -310,7 +255,6 @@
310
255
  box-shadow: none;
311
256
  outline-color: #c8c8c8;
312
257
  }
313
-
314
258
  .e-btn-group .e-btn:focus.e-primary,
315
259
  .e-btn-group input:focus + label.e-btn.e-primary,
316
260
  .e-css.e-btn-group .e-btn:focus.e-primary,
@@ -323,7 +267,6 @@
323
267
  box-shadow: none;
324
268
  outline-color: #fff;
325
269
  }
326
-
327
270
  .e-btn-group .e-btn:focus.e-success,
328
271
  .e-btn-group input:focus + label.e-btn.e-success,
329
272
  .e-css.e-btn-group .e-btn:focus.e-success,
@@ -335,7 +278,6 @@
335
278
  box-shadow: none;
336
279
  outline-color: #fff;
337
280
  }
338
-
339
281
  .e-btn-group .e-btn:focus.e-info,
340
282
  .e-btn-group input:focus + label.e-btn.e-info,
341
283
  .e-css.e-btn-group .e-btn:focus.e-info,
@@ -347,7 +289,6 @@
347
289
  box-shadow: none;
348
290
  outline-color: #fff;
349
291
  }
350
-
351
292
  .e-btn-group .e-btn:focus.e-warning,
352
293
  .e-btn-group input:focus + label.e-btn.e-warning,
353
294
  .e-css.e-btn-group .e-btn:focus.e-warning,
@@ -359,7 +300,6 @@
359
300
  box-shadow: none;
360
301
  outline-color: #fff;
361
302
  }
362
-
363
303
  .e-btn-group .e-btn:focus.e-danger,
364
304
  .e-btn-group input:focus + label.e-btn.e-danger,
365
305
  .e-css.e-btn-group .e-btn:focus.e-danger,
@@ -371,7 +311,6 @@
371
311
  box-shadow: none;
372
312
  outline-color: #fff;
373
313
  }
374
-
375
314
  .e-btn-group .e-btn:focus.e-link,
376
315
  .e-btn-group input:focus + label.e-btn.e-link,
377
316
  .e-css.e-btn-group .e-btn:focus.e-link,
@@ -384,7 +323,6 @@
384
323
  box-shadow: none;
385
324
  outline: none;
386
325
  }
387
-
388
326
  .e-btn-group .e-btn:focus.e-outline,
389
327
  .e-btn-group input:focus + label.e-btn.e-outline,
390
328
  .e-css.e-btn-group .e-btn:focus.e-outline,
@@ -392,42 +330,36 @@
392
330
  box-shadow: none;
393
331
  box-shadow: none;
394
332
  }
395
-
396
333
  .e-btn-group .e-btn:focus.e-outline.e-primary,
397
334
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
398
335
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
399
336
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
400
337
  box-shadow: none;
401
338
  }
402
-
403
339
  .e-btn-group .e-btn:focus.e-outline.e-success,
404
340
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
405
341
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
406
342
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
407
343
  box-shadow: none;
408
344
  }
409
-
410
345
  .e-btn-group .e-btn:focus.e-outline.e-info,
411
346
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
412
347
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
413
348
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
414
349
  box-shadow: none;
415
350
  }
416
-
417
351
  .e-btn-group .e-btn:focus.e-outline.e-warning,
418
352
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
419
353
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
420
354
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
421
355
  box-shadow: none;
422
356
  }
423
-
424
357
  .e-btn-group .e-btn:focus.e-outline.e-danger,
425
358
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
426
359
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
427
360
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
428
361
  box-shadow: none;
429
362
  }
430
-
431
363
  .e-btn-group .e-btn:active,
432
364
  .e-btn-group input:active + label.e-btn,
433
365
  .e-btn-group input:checked + label.e-btn,
@@ -441,7 +373,6 @@
441
373
  outline-offset: 0;
442
374
  box-shadow: none;
443
375
  }
444
-
445
376
  .e-btn-group .e-btn:active.e-primary,
446
377
  .e-btn-group input:active + label.e-btn.e-primary,
447
378
  .e-btn-group input:checked + label.e-btn.e-primary,
@@ -454,7 +385,6 @@
454
385
  outline: #414040 0 solid;
455
386
  box-shadow: none;
456
387
  }
457
-
458
388
  .e-btn-group .e-btn:active.e-success,
459
389
  .e-btn-group input:active + label.e-btn.e-success,
460
390
  .e-btn-group input:checked + label.e-btn.e-success,
@@ -466,7 +396,6 @@
466
396
  color: #fff;
467
397
  box-shadow: none;
468
398
  }
469
-
470
399
  .e-btn-group .e-btn:active.e-info,
471
400
  .e-btn-group input:active + label.e-btn.e-info,
472
401
  .e-btn-group input:checked + label.e-btn.e-info,
@@ -478,7 +407,6 @@
478
407
  border-color: #165996;
479
408
  box-shadow: none;
480
409
  }
481
-
482
410
  .e-btn-group .e-btn:active.e-warning,
483
411
  .e-btn-group input:active + label.e-btn.e-warning,
484
412
  .e-btn-group input:checked + label.e-btn.e-warning,
@@ -490,7 +418,6 @@
490
418
  color: #fff;
491
419
  box-shadow: none;
492
420
  }
493
-
494
421
  .e-btn-group .e-btn:active.e-danger,
495
422
  .e-btn-group input:active + label.e-btn.e-danger,
496
423
  .e-btn-group input:checked + label.e-btn.e-danger,
@@ -502,7 +429,6 @@
502
429
  color: #fff;
503
430
  box-shadow: none;
504
431
  }
505
-
506
432
  .e-btn-group .e-btn:active.e-outline,
507
433
  .e-btn-group input:active + label.e-btn.e-outline,
508
434
  .e-btn-group input:checked + label.e-btn.e-outline,
@@ -514,7 +440,6 @@
514
440
  box-shadow: none;
515
441
  color: #fff;
516
442
  }
517
-
518
443
  .e-btn-group .e-btn:active.e-outline.e-primary,
519
444
  .e-btn-group input:active + label.e-btn.e-outline.e-primary,
520
445
  .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
@@ -526,7 +451,6 @@
526
451
  box-shadow: none;
527
452
  color: #fff;
528
453
  }
529
-
530
454
  .e-btn-group .e-btn:active.e-outline.e-success,
531
455
  .e-btn-group input:active + label.e-btn.e-outline.e-success,
532
456
  .e-btn-group input:checked + label.e-btn.e-outline.e-success,
@@ -538,7 +462,6 @@
538
462
  box-shadow: none;
539
463
  color: #fff;
540
464
  }
541
-
542
465
  .e-btn-group .e-btn:active.e-outline.e-info,
543
466
  .e-btn-group input:active + label.e-btn.e-outline.e-info,
544
467
  .e-btn-group input:checked + label.e-btn.e-outline.e-info,
@@ -550,7 +473,6 @@
550
473
  box-shadow: none;
551
474
  color: #fff;
552
475
  }
553
-
554
476
  .e-btn-group .e-btn:active.e-outline.e-warning,
555
477
  .e-btn-group input:active + label.e-btn.e-outline.e-warning,
556
478
  .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
@@ -562,7 +484,6 @@
562
484
  box-shadow: none;
563
485
  color: #fff;
564
486
  }
565
-
566
487
  .e-btn-group .e-btn:active.e-outline.e-danger,
567
488
  .e-btn-group input:active + label.e-btn.e-outline.e-danger,
568
489
  .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
@@ -574,7 +495,6 @@
574
495
  box-shadow: none;
575
496
  color: #fff;
576
497
  }
577
-
578
498
  .e-btn-group .e-btn:disabled,
579
499
  .e-btn-group input:disabled + label.e-btn,
580
500
  .e-css.e-btn-group .e-btn:disabled,
@@ -585,7 +505,6 @@
585
505
  color: #6f6c6c;
586
506
  border-color: #414040;
587
507
  }
588
-
589
508
  .e-btn-group .e-btn:disabled.e-primary,
590
509
  .e-btn-group input:disabled + label.e-btn.e-primary,
591
510
  .e-css.e-btn-group .e-btn:disabled.e-primary,
@@ -596,7 +515,6 @@
596
515
  color: #6f6c6c;
597
516
  border-color: #0074cc;
598
517
  }
599
-
600
518
  .e-btn-group .e-btn:disabled.e-success,
601
519
  .e-btn-group input:disabled + label.e-btn.e-success,
602
520
  .e-css.e-btn-group .e-btn:disabled.e-success,
@@ -607,7 +525,6 @@
607
525
  color: #6f6c6c;
608
526
  border-color: #37844d;
609
527
  }
610
-
611
528
  .e-btn-group .e-btn:disabled.e-info,
612
529
  .e-btn-group input:disabled + label.e-btn.e-info,
613
530
  .e-css.e-btn-group .e-btn:disabled.e-info,
@@ -618,7 +535,6 @@
618
535
  color: #6f6c6c;
619
536
  border-color: #1e79cb;
620
537
  }
621
-
622
538
  .e-btn-group .e-btn:disabled.e-warning,
623
539
  .e-btn-group input:disabled + label.e-btn.e-warning,
624
540
  .e-css.e-btn-group .e-btn:disabled.e-warning,
@@ -629,7 +545,6 @@
629
545
  color: #6f6c6c;
630
546
  border-color: #bf7500;
631
547
  }
632
-
633
548
  .e-btn-group .e-btn:disabled.e-danger,
634
549
  .e-btn-group input:disabled + label.e-btn.e-danger,
635
550
  .e-css.e-btn-group .e-btn:disabled.e-danger,
@@ -640,7 +555,6 @@
640
555
  color: #6f6c6c;
641
556
  border-color: #cd2a19;
642
557
  }
643
-
644
558
  .e-btn-group .e-btn:disabled.e-link,
645
559
  .e-btn-group input:disabled + label.e-btn.e-link,
646
560
  .e-css.e-btn-group .e-btn:disabled.e-link,
@@ -651,7 +565,6 @@
651
565
  text-decoration: none;
652
566
  border-color: transparent;
653
567
  }
654
-
655
568
  .e-btn-group .e-btn:disabled.e-outline,
656
569
  .e-btn-group input:disabled + label.e-btn.e-outline,
657
570
  .e-css.e-btn-group .e-btn:disabled.e-outline,
@@ -662,7 +575,6 @@
662
575
  color: #6f6c6c;
663
576
  border-color: #414040;
664
577
  }
665
-
666
578
  .e-btn-group .e-btn:disabled.e-outline.e-primary,
667
579
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
668
580
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
@@ -673,7 +585,6 @@
673
585
  color: #6f6c6c;
674
586
  border-color: #0074cc;
675
587
  }
676
-
677
588
  .e-btn-group .e-btn:disabled.e-outline.e-success,
678
589
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
679
590
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -684,7 +595,6 @@
684
595
  color: #6f6c6c;
685
596
  border-color: #37844d;
686
597
  }
687
-
688
598
  .e-btn-group .e-btn:disabled.e-outline.e-info,
689
599
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
690
600
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
@@ -695,7 +605,6 @@
695
605
  color: #6f6c6c;
696
606
  border-color: #1e79cb;
697
607
  }
698
-
699
608
  .e-btn-group .e-btn:disabled.e-outline.e-warning,
700
609
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
701
610
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
@@ -706,7 +615,6 @@
706
615
  color: #6f6c6c;
707
616
  border-color: #bf7500;
708
617
  }
709
-
710
618
  .e-btn-group .e-btn:disabled.e-outline.e-danger,
711
619
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
712
620
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
@@ -717,23 +625,19 @@
717
625
  color: #6f6c6c;
718
626
  border-color: #cd2a19;
719
627
  }
720
-
721
628
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
722
629
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
723
630
  border-left: transparent;
724
631
  border-right: transparent;
725
632
  }
726
-
727
633
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
728
634
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
729
635
  border-right: transparent;
730
636
  }
731
-
732
637
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
733
638
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
734
639
  border-left: transparent;
735
640
  }
736
-
737
641
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
738
642
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
739
643
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
@@ -741,7 +645,6 @@
741
645
  border-color: #514f4f;
742
646
  outline-color: #c8c8c8;
743
647
  }
744
-
745
648
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
746
649
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
747
650
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -749,7 +652,6 @@
749
652
  border-color: inherit;
750
653
  outline-color: #fff;
751
654
  }
752
-
753
655
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
754
656
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
755
657
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -757,7 +659,6 @@
757
659
  border-color: inherit;
758
660
  outline-color: #fff;
759
661
  }
760
-
761
662
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
762
663
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
763
664
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -765,7 +666,6 @@
765
666
  border-color: inherit;
766
667
  outline-color: #fff;
767
668
  }
768
-
769
669
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
770
670
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
771
671
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -773,7 +673,6 @@
773
673
  border-color: inherit;
774
674
  outline-color: #fff;
775
675
  }
776
-
777
676
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
778
677
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
779
678
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -781,23 +680,19 @@
781
680
  border-color: inherit;
782
681
  outline-color: #fff;
783
682
  }
784
-
785
683
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
786
684
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
787
685
  border-bottom: transparent;
788
686
  border-top: transparent;
789
687
  }
790
-
791
688
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
792
689
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
793
690
  border-bottom: transparent;
794
691
  }
795
-
796
692
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
797
693
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
798
694
  border-top: transparent;
799
695
  }
800
-
801
696
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
802
697
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
803
698
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
@@ -805,7 +700,6 @@
805
700
  border-color: #514f4f;
806
701
  outline-color: #c8c8c8;
807
702
  }
808
-
809
703
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
810
704
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
811
705
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -813,7 +707,6 @@
813
707
  border-color: inherit;
814
708
  outline-color: #fff;
815
709
  }
816
-
817
710
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
818
711
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
819
712
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -821,7 +714,6 @@
821
714
  border-color: inherit;
822
715
  outline-color: #fff;
823
716
  }
824
-
825
717
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
826
718
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
827
719
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -829,7 +721,6 @@
829
721
  border-color: inherit;
830
722
  outline-color: #fff;
831
723
  }
832
-
833
724
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
834
725
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
835
726
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -837,7 +728,6 @@
837
728
  border-color: inherit;
838
729
  outline-color: #fff;
839
730
  }
840
-
841
731
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
842
732
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
843
733
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -845,19 +735,16 @@
845
735
  border-color: inherit;
846
736
  outline-color: #fff;
847
737
  }
848
-
849
738
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
850
739
  .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
851
740
  border-left: transparent;
852
741
  border-right: transparent;
853
742
  }
854
-
855
743
  .e-btn-group.e-rtl .e-btn:first-of-type,
856
744
  .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
857
745
  border-left: transparent;
858
746
  }
859
-
860
747
  .e-btn-group.e-rtl .e-btn:last-of-type,
861
748
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
862
749
  border-right: transparent;
863
- }
750
+ }