@syncfusion/ej2-vue-splitbuttons 20.1.47 → 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 (79) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/ej2-vue-splitbuttons.umd.min.js +9 -0
  3. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +4 -330
  6. package/styles/bootstrap.css +4 -325
  7. package/styles/bootstrap4.css +12 -334
  8. package/styles/bootstrap5-dark.css +6 -331
  9. package/styles/bootstrap5.css +4 -329
  10. package/styles/button-group/bootstrap-dark.css +1 -106
  11. package/styles/button-group/bootstrap.css +1 -100
  12. package/styles/button-group/bootstrap4.css +5 -111
  13. package/styles/button-group/bootstrap5-dark.css +3 -108
  14. package/styles/button-group/bootstrap5.css +1 -106
  15. package/styles/button-group/fabric-dark.css +1 -106
  16. package/styles/button-group/fabric.css +1 -106
  17. package/styles/button-group/fluent-dark.css +1 -106
  18. package/styles/button-group/fluent.css +1 -106
  19. package/styles/button-group/highcontrast-light.css +1 -106
  20. package/styles/button-group/highcontrast.css +1 -118
  21. package/styles/button-group/material-dark.css +1 -106
  22. package/styles/button-group/material.css +1 -107
  23. package/styles/button-group/tailwind-dark.css +1 -102
  24. package/styles/button-group/tailwind.css +1 -102
  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 +2 -35
  29. package/styles/drop-down-button/bootstrap5.css +2 -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 +2 -36
  39. package/styles/drop-down-button/tailwind.css +2 -36
  40. package/styles/fabric-dark.css +4 -330
  41. package/styles/fabric.css +4 -330
  42. package/styles/fluent-dark.css +4 -330
  43. package/styles/fluent.css +4 -330
  44. package/styles/highcontrast-light.css +4 -330
  45. package/styles/highcontrast.css +4 -342
  46. package/styles/material-dark.css +4 -330
  47. package/styles/material.css +4 -331
  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 +3 -124
  56. package/styles/progress-button/fluent.css +3 -124
  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 +4 -331
  79. package/styles/tailwind.css +4 -331
@@ -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,
@@ -311,7 +264,6 @@
311
264
  outline-color: #767676;
312
265
  outline-offset: -2px;
313
266
  }
314
-
315
267
  .e-btn-group .e-btn:focus.e-primary,
316
268
  .e-btn-group input:focus + label.e-btn.e-primary,
317
269
  .e-css.e-btn-group .e-btn:focus.e-primary,
@@ -325,7 +277,6 @@
325
277
  outline-color: #fff;
326
278
  border-color: transparent;
327
279
  }
328
-
329
280
  .e-btn-group .e-btn:focus.e-success,
330
281
  .e-btn-group input:focus + label.e-btn.e-success,
331
282
  .e-css.e-btn-group .e-btn:focus.e-success,
@@ -338,7 +289,6 @@
338
289
  outline-color: #fff;
339
290
  border-color: transparent;
340
291
  }
341
-
342
292
  .e-btn-group .e-btn:focus.e-info,
343
293
  .e-btn-group input:focus + label.e-btn.e-info,
344
294
  .e-css.e-btn-group .e-btn:focus.e-info,
@@ -351,7 +301,6 @@
351
301
  outline-color: #fff;
352
302
  border-color: transparent;
353
303
  }
354
-
355
304
  .e-btn-group .e-btn:focus.e-warning,
356
305
  .e-btn-group input:focus + label.e-btn.e-warning,
357
306
  .e-css.e-btn-group .e-btn:focus.e-warning,
@@ -364,7 +313,6 @@
364
313
  outline-color: #fff;
365
314
  border-color: transparent;
366
315
  }
367
-
368
316
  .e-btn-group .e-btn:focus.e-danger,
369
317
  .e-btn-group input:focus + label.e-btn.e-danger,
370
318
  .e-css.e-btn-group .e-btn:focus.e-danger,
@@ -377,7 +325,6 @@
377
325
  outline-color: #fff;
378
326
  border-color: transparent;
379
327
  }
380
-
381
328
  .e-btn-group .e-btn:focus.e-link,
382
329
  .e-btn-group input:focus + label.e-btn.e-link,
383
330
  .e-css.e-btn-group .e-btn:focus.e-link,
@@ -390,7 +337,6 @@
390
337
  box-shadow: none;
391
338
  outline: none;
392
339
  }
393
-
394
340
  .e-btn-group .e-btn:focus.e-outline,
395
341
  .e-btn-group input:focus + label.e-btn.e-outline,
396
342
  .e-css.e-btn-group .e-btn:focus.e-outline,
@@ -398,42 +344,36 @@
398
344
  box-shadow: none;
399
345
  box-shadow: none;
400
346
  }
401
-
402
347
  .e-btn-group .e-btn:focus.e-outline.e-primary,
403
348
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
404
349
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
405
350
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
406
351
  box-shadow: none;
407
352
  }
408
-
409
353
  .e-btn-group .e-btn:focus.e-outline.e-success,
410
354
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
411
355
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
412
356
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
413
357
  box-shadow: none;
414
358
  }
415
-
416
359
  .e-btn-group .e-btn:focus.e-outline.e-info,
417
360
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
418
361
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
419
362
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
420
363
  box-shadow: none;
421
364
  }
422
-
423
365
  .e-btn-group .e-btn:focus.e-outline.e-warning,
424
366
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
425
367
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
426
368
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
427
369
  box-shadow: none;
428
370
  }
429
-
430
371
  .e-btn-group .e-btn:focus.e-outline.e-danger,
431
372
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
432
373
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
433
374
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
434
375
  box-shadow: none;
435
376
  }
436
-
437
377
  .e-btn-group .e-btn:active,
438
378
  .e-btn-group input:active + label.e-btn,
439
379
  .e-btn-group input:checked + label.e-btn,
@@ -447,7 +387,6 @@
447
387
  outline-offset: 0;
448
388
  box-shadow: none;
449
389
  }
450
-
451
390
  .e-btn-group .e-btn:active.e-primary,
452
391
  .e-btn-group input:active + label.e-btn.e-primary,
453
392
  .e-btn-group input:checked + label.e-btn.e-primary,
@@ -460,7 +399,6 @@
460
399
  outline: #eaeaea 0 solid;
461
400
  box-shadow: none;
462
401
  }
463
-
464
402
  .e-btn-group .e-btn:active.e-success,
465
403
  .e-btn-group input:active + label.e-btn.e-success,
466
404
  .e-btn-group input:checked + label.e-btn.e-success,
@@ -472,7 +410,6 @@
472
410
  color: #fff;
473
411
  box-shadow: none;
474
412
  }
475
-
476
413
  .e-btn-group .e-btn:active.e-info,
477
414
  .e-btn-group input:active + label.e-btn.e-info,
478
415
  .e-btn-group input:checked + label.e-btn.e-info,
@@ -484,7 +421,6 @@
484
421
  border-color: #065fa6;
485
422
  box-shadow: none;
486
423
  }
487
-
488
424
  .e-btn-group .e-btn:active.e-warning,
489
425
  .e-btn-group input:active + label.e-btn.e-warning,
490
426
  .e-btn-group input:checked + label.e-btn.e-warning,
@@ -496,7 +432,6 @@
496
432
  color: #fff;
497
433
  box-shadow: none;
498
434
  }
499
-
500
435
  .e-btn-group .e-btn:active.e-danger,
501
436
  .e-btn-group input:active + label.e-btn.e-danger,
502
437
  .e-btn-group input:checked + label.e-btn.e-danger,
@@ -508,7 +443,6 @@
508
443
  color: #fff;
509
444
  box-shadow: none;
510
445
  }
511
-
512
446
  .e-btn-group .e-btn:active.e-outline,
513
447
  .e-btn-group input:active + label.e-btn.e-outline,
514
448
  .e-btn-group input:checked + label.e-btn.e-outline,
@@ -520,7 +454,6 @@
520
454
  box-shadow: none;
521
455
  color: #000;
522
456
  }
523
-
524
457
  .e-btn-group .e-btn:active.e-outline.e-primary,
525
458
  .e-btn-group input:active + label.e-btn.e-outline.e-primary,
526
459
  .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
@@ -532,7 +465,6 @@
532
465
  box-shadow: none;
533
466
  color: #fff;
534
467
  }
535
-
536
468
  .e-btn-group .e-btn:active.e-outline.e-success,
537
469
  .e-btn-group input:active + label.e-btn.e-outline.e-success,
538
470
  .e-btn-group input:checked + label.e-btn.e-outline.e-success,
@@ -544,7 +476,6 @@
544
476
  box-shadow: none;
545
477
  color: #fff;
546
478
  }
547
-
548
479
  .e-btn-group .e-btn:active.e-outline.e-info,
549
480
  .e-btn-group input:active + label.e-btn.e-outline.e-info,
550
481
  .e-btn-group input:checked + label.e-btn.e-outline.e-info,
@@ -556,7 +487,6 @@
556
487
  box-shadow: none;
557
488
  color: #fff;
558
489
  }
559
-
560
490
  .e-btn-group .e-btn:active.e-outline.e-warning,
561
491
  .e-btn-group input:active + label.e-btn.e-outline.e-warning,
562
492
  .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
@@ -568,7 +498,6 @@
568
498
  box-shadow: none;
569
499
  color: #fff;
570
500
  }
571
-
572
501
  .e-btn-group .e-btn:active.e-outline.e-danger,
573
502
  .e-btn-group input:active + label.e-btn.e-outline.e-danger,
574
503
  .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
@@ -580,7 +509,6 @@
580
509
  box-shadow: none;
581
510
  color: #fff;
582
511
  }
583
-
584
512
  .e-btn-group .e-btn:disabled,
585
513
  .e-btn-group input:disabled + label.e-btn,
586
514
  .e-css.e-btn-group .e-btn:disabled,
@@ -591,7 +519,6 @@
591
519
  color: #a6a6a6;
592
520
  border-color: #f4f4f4;
593
521
  }
594
-
595
522
  .e-btn-group .e-btn:disabled.e-primary,
596
523
  .e-btn-group input:disabled + label.e-btn.e-primary,
597
524
  .e-css.e-btn-group .e-btn:disabled.e-primary,
@@ -602,7 +529,6 @@
602
529
  color: #a6a6a6;
603
530
  border-color: #0078d6;
604
531
  }
605
-
606
532
  .e-btn-group .e-btn:disabled.e-success,
607
533
  .e-btn-group input:disabled + label.e-btn.e-success,
608
534
  .e-css.e-btn-group .e-btn:disabled.e-success,
@@ -613,7 +539,6 @@
613
539
  color: #a6a6a6;
614
540
  border-color: #137c10;
615
541
  }
616
-
617
542
  .e-btn-group .e-btn:disabled.e-info,
618
543
  .e-btn-group input:disabled + label.e-btn.e-info,
619
544
  .e-css.e-btn-group .e-btn:disabled.e-info,
@@ -624,7 +549,6 @@
624
549
  color: #a6a6a6;
625
550
  border-color: #0378d5;
626
551
  }
627
-
628
552
  .e-btn-group .e-btn:disabled.e-warning,
629
553
  .e-btn-group input:disabled + label.e-btn.e-warning,
630
554
  .e-css.e-btn-group .e-btn:disabled.e-warning,
@@ -635,7 +559,6 @@
635
559
  color: #a6a6a6;
636
560
  border-color: #d83b01;
637
561
  }
638
-
639
562
  .e-btn-group .e-btn:disabled.e-danger,
640
563
  .e-btn-group input:disabled + label.e-btn.e-danger,
641
564
  .e-css.e-btn-group .e-btn:disabled.e-danger,
@@ -646,7 +569,6 @@
646
569
  color: #a6a6a6;
647
570
  border-color: #a80000;
648
571
  }
649
-
650
572
  .e-btn-group .e-btn:disabled.e-link,
651
573
  .e-btn-group input:disabled + label.e-btn.e-link,
652
574
  .e-css.e-btn-group .e-btn:disabled.e-link,
@@ -657,7 +579,6 @@
657
579
  text-decoration: none;
658
580
  border-color: transparent;
659
581
  }
660
-
661
582
  .e-btn-group .e-btn:disabled.e-outline,
662
583
  .e-btn-group input:disabled + label.e-btn.e-outline,
663
584
  .e-css.e-btn-group .e-btn:disabled.e-outline,
@@ -668,7 +589,6 @@
668
589
  color: #a6a6a6;
669
590
  border-color: #d0d0d0;
670
591
  }
671
-
672
592
  .e-btn-group .e-btn:disabled.e-outline.e-primary,
673
593
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
674
594
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
@@ -679,7 +599,6 @@
679
599
  color: #a6a6a6;
680
600
  border-color: #0078d6;
681
601
  }
682
-
683
602
  .e-btn-group .e-btn:disabled.e-outline.e-success,
684
603
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
685
604
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -690,7 +609,6 @@
690
609
  color: #a6a6a6;
691
610
  border-color: #137c10;
692
611
  }
693
-
694
612
  .e-btn-group .e-btn:disabled.e-outline.e-info,
695
613
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
696
614
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
@@ -701,7 +619,6 @@
701
619
  color: #a6a6a6;
702
620
  border-color: #0378d5;
703
621
  }
704
-
705
622
  .e-btn-group .e-btn:disabled.e-outline.e-warning,
706
623
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
707
624
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
@@ -712,7 +629,6 @@
712
629
  color: #a6a6a6;
713
630
  border-color: #d83b01;
714
631
  }
715
-
716
632
  .e-btn-group .e-btn:disabled.e-outline.e-danger,
717
633
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
718
634
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
@@ -723,23 +639,19 @@
723
639
  color: #a6a6a6;
724
640
  border-color: #a80000;
725
641
  }
726
-
727
642
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
728
643
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
729
644
  border-left: transparent;
730
645
  border-right: transparent;
731
646
  }
732
-
733
647
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
734
648
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
735
649
  border-right: transparent;
736
650
  }
737
-
738
651
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
739
652
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
740
653
  border-left: transparent;
741
654
  }
742
-
743
655
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
744
656
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
745
657
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
@@ -747,7 +659,6 @@
747
659
  border-color: #d0d0d0;
748
660
  outline-color: #767676;
749
661
  }
750
-
751
662
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
752
663
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
753
664
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -755,7 +666,6 @@
755
666
  border-color: inherit;
756
667
  outline-color: #fff;
757
668
  }
758
-
759
669
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
760
670
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
761
671
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -763,7 +673,6 @@
763
673
  border-color: inherit;
764
674
  outline-color: #fff;
765
675
  }
766
-
767
676
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
768
677
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
769
678
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -771,7 +680,6 @@
771
680
  border-color: inherit;
772
681
  outline-color: #fff;
773
682
  }
774
-
775
683
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
776
684
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
777
685
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -779,7 +687,6 @@
779
687
  border-color: inherit;
780
688
  outline-color: #fff;
781
689
  }
782
-
783
690
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
784
691
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
785
692
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -787,23 +694,19 @@
787
694
  border-color: inherit;
788
695
  outline-color: #fff;
789
696
  }
790
-
791
697
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
792
698
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
793
699
  border-bottom: transparent;
794
700
  border-top: transparent;
795
701
  }
796
-
797
702
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
798
703
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
799
704
  border-bottom: transparent;
800
705
  }
801
-
802
706
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
803
707
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
804
708
  border-top: transparent;
805
709
  }
806
-
807
710
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
808
711
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
809
712
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
@@ -811,7 +714,6 @@
811
714
  border-color: #d0d0d0;
812
715
  outline-color: #767676;
813
716
  }
814
-
815
717
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
816
718
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
817
719
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -819,7 +721,6 @@
819
721
  border-color: inherit;
820
722
  outline-color: #fff;
821
723
  }
822
-
823
724
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
824
725
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
825
726
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -827,7 +728,6 @@
827
728
  border-color: inherit;
828
729
  outline-color: #fff;
829
730
  }
830
-
831
731
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
832
732
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
833
733
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -835,7 +735,6 @@
835
735
  border-color: inherit;
836
736
  outline-color: #fff;
837
737
  }
838
-
839
738
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
840
739
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
841
740
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -843,7 +742,6 @@
843
742
  border-color: inherit;
844
743
  outline-color: #fff;
845
744
  }
846
-
847
745
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
848
746
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
849
747
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -851,19 +749,16 @@
851
749
  border-color: inherit;
852
750
  outline-color: #fff;
853
751
  }
854
-
855
752
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
856
753
  .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
857
754
  border-left: transparent;
858
755
  border-right: transparent;
859
756
  }
860
-
861
757
  .e-btn-group.e-rtl .e-btn:first-of-type,
862
758
  .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
863
759
  border-left: transparent;
864
760
  }
865
-
866
761
  .e-btn-group.e-rtl .e-btn:last-of-type,
867
762
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
868
763
  border-right: transparent;
869
- }
764
+ }