@syncfusion/ej2-react-splitbuttons 19.4.48 → 20.1.55

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