@syncfusion/ej2-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 (87) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-splitbuttons.es2015.js +9 -2
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +9 -2
  7. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-splitbuttons.min.js +2 -2
  9. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +7 -7
  12. package/src/drop-down-button/drop-down-button.js +9 -2
  13. package/styles/bootstrap-dark.css +4 -330
  14. package/styles/bootstrap.css +4 -325
  15. package/styles/bootstrap4.css +12 -334
  16. package/styles/bootstrap5-dark.css +6 -331
  17. package/styles/bootstrap5.css +4 -329
  18. package/styles/button-group/bootstrap-dark.css +1 -106
  19. package/styles/button-group/bootstrap.css +1 -100
  20. package/styles/button-group/bootstrap4.css +5 -111
  21. package/styles/button-group/bootstrap5-dark.css +3 -108
  22. package/styles/button-group/bootstrap5.css +1 -106
  23. package/styles/button-group/fabric-dark.css +1 -106
  24. package/styles/button-group/fabric.css +1 -106
  25. package/styles/button-group/fluent-dark.css +1 -106
  26. package/styles/button-group/fluent.css +1 -106
  27. package/styles/button-group/highcontrast-light.css +1 -106
  28. package/styles/button-group/highcontrast.css +1 -118
  29. package/styles/button-group/material-dark.css +1 -106
  30. package/styles/button-group/material.css +1 -107
  31. package/styles/button-group/tailwind-dark.css +1 -102
  32. package/styles/button-group/tailwind.css +1 -102
  33. package/styles/drop-down-button/bootstrap-dark.css +2 -36
  34. package/styles/drop-down-button/bootstrap.css +2 -36
  35. package/styles/drop-down-button/bootstrap4.css +3 -36
  36. package/styles/drop-down-button/bootstrap5-dark.css +2 -35
  37. package/styles/drop-down-button/bootstrap5.css +2 -35
  38. package/styles/drop-down-button/fabric-dark.css +2 -36
  39. package/styles/drop-down-button/fabric.css +2 -36
  40. package/styles/drop-down-button/fluent-dark.css +2 -36
  41. package/styles/drop-down-button/fluent.css +2 -36
  42. package/styles/drop-down-button/highcontrast-light.css +2 -36
  43. package/styles/drop-down-button/highcontrast.css +2 -36
  44. package/styles/drop-down-button/material-dark.css +2 -36
  45. package/styles/drop-down-button/material.css +2 -36
  46. package/styles/drop-down-button/tailwind-dark.css +2 -36
  47. package/styles/drop-down-button/tailwind.css +2 -36
  48. package/styles/fabric-dark.css +4 -330
  49. package/styles/fabric.css +4 -330
  50. package/styles/fluent-dark.css +4 -330
  51. package/styles/fluent.css +4 -330
  52. package/styles/highcontrast-light.css +4 -330
  53. package/styles/highcontrast.css +4 -342
  54. package/styles/material-dark.css +4 -330
  55. package/styles/material.css +4 -331
  56. package/styles/progress-button/bootstrap-dark.css +3 -120
  57. package/styles/progress-button/bootstrap.css +3 -120
  58. package/styles/progress-button/bootstrap4.css +3 -120
  59. package/styles/progress-button/bootstrap5-dark.css +3 -124
  60. package/styles/progress-button/bootstrap5.css +3 -124
  61. package/styles/progress-button/fabric-dark.css +3 -120
  62. package/styles/progress-button/fabric.css +3 -120
  63. package/styles/progress-button/fluent-dark.css +3 -124
  64. package/styles/progress-button/fluent.css +3 -124
  65. package/styles/progress-button/highcontrast-light.css +3 -120
  66. package/styles/progress-button/highcontrast.css +3 -120
  67. package/styles/progress-button/material-dark.css +3 -120
  68. package/styles/progress-button/material.css +3 -120
  69. package/styles/progress-button/tailwind-dark.css +3 -124
  70. package/styles/progress-button/tailwind.css +3 -124
  71. package/styles/split-button/bootstrap-dark.css +1 -71
  72. package/styles/split-button/bootstrap.css +1 -71
  73. package/styles/split-button/bootstrap4.css +4 -70
  74. package/styles/split-button/bootstrap5-dark.css +1 -67
  75. package/styles/split-button/bootstrap5.css +1 -67
  76. package/styles/split-button/fabric-dark.css +1 -71
  77. package/styles/split-button/fabric.css +1 -71
  78. package/styles/split-button/fluent-dark.css +1 -67
  79. package/styles/split-button/fluent.css +1 -67
  80. package/styles/split-button/highcontrast-light.css +1 -71
  81. package/styles/split-button/highcontrast.css +1 -71
  82. package/styles/split-button/material-dark.css +1 -71
  83. package/styles/split-button/material.css +1 -71
  84. package/styles/split-button/tailwind-dark.css +1 -71
  85. package/styles/split-button/tailwind.css +1 -71
  86. package/styles/tailwind-dark.css +4 -331
  87. 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: 16px;
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: -1px;
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: -1px;
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: 0 2px 4px rgba(0, 0, 0, 0.075);
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,
@@ -309,7 +262,6 @@
309
262
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
310
263
  outline-color: inherit;
311
264
  }
312
-
313
265
  .e-btn-group .e-btn:focus.e-primary,
314
266
  .e-btn-group input:focus + label.e-btn.e-primary,
315
267
  .e-css.e-btn-group .e-btn:focus.e-primary,
@@ -321,7 +273,6 @@
321
273
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
322
274
  outline-color: inherit;
323
275
  }
324
-
325
276
  .e-btn-group .e-btn:focus.e-success,
326
277
  .e-btn-group input:focus + label.e-btn.e-success,
327
278
  .e-css.e-btn-group .e-btn:focus.e-success,
@@ -332,7 +283,6 @@
332
283
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
333
284
  outline-color: inherit;
334
285
  }
335
-
336
286
  .e-btn-group .e-btn:focus.e-info,
337
287
  .e-btn-group input:focus + label.e-btn.e-info,
338
288
  .e-css.e-btn-group .e-btn:focus.e-info,
@@ -343,7 +293,6 @@
343
293
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
344
294
  outline-color: inherit;
345
295
  }
346
-
347
296
  .e-btn-group .e-btn:focus.e-warning,
348
297
  .e-btn-group input:focus + label.e-btn.e-warning,
349
298
  .e-css.e-btn-group .e-btn:focus.e-warning,
@@ -354,7 +303,6 @@
354
303
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
355
304
  outline-color: inherit;
356
305
  }
357
-
358
306
  .e-btn-group .e-btn:focus.e-danger,
359
307
  .e-btn-group input:focus + label.e-btn.e-danger,
360
308
  .e-css.e-btn-group .e-btn:focus.e-danger,
@@ -365,7 +313,6 @@
365
313
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
366
314
  outline-color: inherit;
367
315
  }
368
-
369
316
  .e-btn-group .e-btn:focus.e-link,
370
317
  .e-btn-group input:focus + label.e-btn.e-link,
371
318
  .e-css.e-btn-group .e-btn:focus.e-link,
@@ -378,49 +325,42 @@
378
325
  box-shadow: none;
379
326
  outline: none;
380
327
  }
381
-
382
328
  .e-btn-group .e-btn:focus.e-outline,
383
329
  .e-btn-group input:focus + label.e-btn.e-outline,
384
330
  .e-css.e-btn-group .e-btn:focus.e-outline,
385
331
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
386
332
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
387
333
  }
388
-
389
334
  .e-btn-group .e-btn:focus.e-outline.e-primary,
390
335
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
391
336
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
392
337
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
393
338
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
394
339
  }
395
-
396
340
  .e-btn-group .e-btn:focus.e-outline.e-success,
397
341
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
398
342
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
399
343
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
400
344
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
401
345
  }
402
-
403
346
  .e-btn-group .e-btn:focus.e-outline.e-info,
404
347
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
405
348
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
406
349
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
407
350
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
408
351
  }
409
-
410
352
  .e-btn-group .e-btn:focus.e-outline.e-warning,
411
353
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
412
354
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
413
355
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
414
356
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
415
357
  }
416
-
417
358
  .e-btn-group .e-btn:focus.e-outline.e-danger,
418
359
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
419
360
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
420
361
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
421
362
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
422
363
  }
423
-
424
364
  .e-btn-group .e-btn:active,
425
365
  .e-btn-group input:active + label.e-btn,
426
366
  .e-btn-group input:checked + label.e-btn,
@@ -433,7 +373,6 @@
433
373
  outline: #6c757d 0 solid;
434
374
  outline-offset: 0;
435
375
  }
436
-
437
376
  .e-btn-group .e-btn:active.e-primary,
438
377
  .e-btn-group input:active + label.e-btn.e-primary,
439
378
  .e-btn-group input:checked + label.e-btn.e-primary,
@@ -445,7 +384,6 @@
445
384
  color: #fff;
446
385
  outline: #6c757d 0 solid;
447
386
  }
448
-
449
387
  .e-btn-group .e-btn:active.e-success,
450
388
  .e-btn-group input:active + label.e-btn.e-success,
451
389
  .e-btn-group input:checked + label.e-btn.e-success,
@@ -456,7 +394,6 @@
456
394
  border-color: #13653f;
457
395
  color: #fff;
458
396
  }
459
-
460
397
  .e-btn-group .e-btn:active.e-info,
461
398
  .e-btn-group input:active + label.e-btn.e-info,
462
399
  .e-btn-group input:checked + label.e-btn.e-info,
@@ -467,7 +404,6 @@
467
404
  color: #000;
468
405
  border-color: #25cff2;
469
406
  }
470
-
471
407
  .e-btn-group .e-btn:active.e-warning,
472
408
  .e-btn-group input:active + label.e-btn.e-warning,
473
409
  .e-btn-group input:checked + label.e-btn.e-warning,
@@ -478,7 +414,6 @@
478
414
  border-color: #ffc720;
479
415
  color: #000;
480
416
  }
481
-
482
417
  .e-btn-group .e-btn:active.e-danger,
483
418
  .e-btn-group input:active + label.e-btn.e-danger,
484
419
  .e-btn-group input:checked + label.e-btn.e-danger,
@@ -489,7 +424,6 @@
489
424
  border-color: #a52834;
490
425
  color: #fff;
491
426
  }
492
-
493
427
  .e-btn-group .e-btn:active.e-outline,
494
428
  .e-btn-group input:active + label.e-btn.e-outline,
495
429
  .e-btn-group input:checked + label.e-btn.e-outline,
@@ -500,7 +434,6 @@
500
434
  border-color: #51585e;
501
435
  color: #fff;
502
436
  }
503
-
504
437
  .e-btn-group .e-btn:active.e-outline.e-primary,
505
438
  .e-btn-group input:active + label.e-btn.e-outline.e-primary,
506
439
  .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
@@ -510,7 +443,6 @@
510
443
  background-color: #0d6efd;
511
444
  color: #fff;
512
445
  }
513
-
514
446
  .e-btn-group .e-btn:active.e-outline.e-success,
515
447
  .e-btn-group input:active + label.e-btn.e-outline.e-success,
516
448
  .e-btn-group input:checked + label.e-btn.e-outline.e-success,
@@ -521,7 +453,6 @@
521
453
  border-color: #13653f;
522
454
  color: #fff;
523
455
  }
524
-
525
456
  .e-btn-group .e-btn:active.e-outline.e-info,
526
457
  .e-btn-group input:active + label.e-btn.e-outline.e-info,
527
458
  .e-btn-group input:checked + label.e-btn.e-outline.e-info,
@@ -531,7 +462,6 @@
531
462
  background-color: #0dcaf0;
532
463
  color: #000;
533
464
  }
534
-
535
465
  .e-btn-group .e-btn:active.e-outline.e-warning,
536
466
  .e-btn-group input:active + label.e-btn.e-outline.e-warning,
537
467
  .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
@@ -542,7 +472,6 @@
542
472
  border-color: #ffc720;
543
473
  color: #000;
544
474
  }
545
-
546
475
  .e-btn-group .e-btn:active.e-outline.e-danger,
547
476
  .e-btn-group input:active + label.e-btn.e-outline.e-danger,
548
477
  .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
@@ -553,7 +482,6 @@
553
482
  border-color: #a52834;
554
483
  color: #fff;
555
484
  }
556
-
557
485
  .e-btn-group .e-btn:disabled,
558
486
  .e-btn-group input:disabled + label.e-btn,
559
487
  .e-css.e-btn-group .e-btn:disabled,
@@ -564,7 +492,6 @@
564
492
  color: rgba(255, 255, 255, 0.65);
565
493
  border-color: #6c757d;
566
494
  }
567
-
568
495
  .e-btn-group .e-btn:disabled.e-primary,
569
496
  .e-btn-group input:disabled + label.e-btn.e-primary,
570
497
  .e-css.e-btn-group .e-btn:disabled.e-primary,
@@ -575,7 +502,6 @@
575
502
  color: rgba(255, 255, 255, 0.65);
576
503
  border-color: #0d6efd;
577
504
  }
578
-
579
505
  .e-btn-group .e-btn:disabled.e-success,
580
506
  .e-btn-group input:disabled + label.e-btn.e-success,
581
507
  .e-css.e-btn-group .e-btn:disabled.e-success,
@@ -586,7 +512,6 @@
586
512
  color: rgba(255, 255, 255, 0.65);
587
513
  border-color: #198754;
588
514
  }
589
-
590
515
  .e-btn-group .e-btn:disabled.e-info,
591
516
  .e-btn-group input:disabled + label.e-btn.e-info,
592
517
  .e-css.e-btn-group .e-btn:disabled.e-info,
@@ -597,7 +522,6 @@
597
522
  color: rgba(0, 0, 0, 0.65);
598
523
  border-color: #0dcaf0;
599
524
  }
600
-
601
525
  .e-btn-group .e-btn:disabled.e-warning,
602
526
  .e-btn-group input:disabled + label.e-btn.e-warning,
603
527
  .e-css.e-btn-group .e-btn:disabled.e-warning,
@@ -608,7 +532,6 @@
608
532
  color: rgba(0, 0, 0, 0.65);
609
533
  border-color: #ffc107;
610
534
  }
611
-
612
535
  .e-btn-group .e-btn:disabled.e-danger,
613
536
  .e-btn-group input:disabled + label.e-btn.e-danger,
614
537
  .e-css.e-btn-group .e-btn:disabled.e-danger,
@@ -619,7 +542,6 @@
619
542
  color: rgba(0, 0, 0, 0.65);
620
543
  border-color: #dc3545;
621
544
  }
622
-
623
545
  .e-btn-group .e-btn:disabled.e-link,
624
546
  .e-btn-group input:disabled + label.e-btn.e-link,
625
547
  .e-css.e-btn-group .e-btn:disabled.e-link,
@@ -631,7 +553,6 @@
631
553
  text-decoration: none;
632
554
  border-color: transparent;
633
555
  }
634
-
635
556
  .e-btn-group .e-btn:disabled.e-outline,
636
557
  .e-btn-group input:disabled + label.e-btn.e-outline,
637
558
  .e-css.e-btn-group .e-btn:disabled.e-outline,
@@ -641,7 +562,6 @@
641
562
  color: #565e64;
642
563
  border-color: #6c757d;
643
564
  }
644
-
645
565
  .e-btn-group .e-btn:disabled.e-outline.e-primary,
646
566
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
647
567
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
@@ -652,7 +572,6 @@
652
572
  color: rgba(255, 255, 255, 0.65);
653
573
  border-color: #0d6efd;
654
574
  }
655
-
656
575
  .e-btn-group .e-btn:disabled.e-outline.e-success,
657
576
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
658
577
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -663,7 +582,6 @@
663
582
  color: rgba(255, 255, 255, 0.65);
664
583
  border-color: #198754;
665
584
  }
666
-
667
585
  .e-btn-group .e-btn:disabled.e-outline.e-info,
668
586
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
669
587
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
@@ -674,7 +592,6 @@
674
592
  color: rgba(0, 0, 0, 0.65);
675
593
  border-color: #0dcaf0;
676
594
  }
677
-
678
595
  .e-btn-group .e-btn:disabled.e-outline.e-warning,
679
596
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
680
597
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
@@ -685,7 +602,6 @@
685
602
  color: rgba(0, 0, 0, 0.65);
686
603
  border-color: #ffc107;
687
604
  }
688
-
689
605
  .e-btn-group .e-btn:disabled.e-outline.e-danger,
690
606
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
691
607
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
@@ -696,23 +612,19 @@
696
612
  color: rgba(255, 255, 255, 0.65);
697
613
  border-color: #dc3545;
698
614
  }
699
-
700
615
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
701
616
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
702
617
  border-left: transparent;
703
618
  border-right: transparent;
704
619
  }
705
-
706
620
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
707
621
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
708
622
  border-right: transparent;
709
623
  }
710
-
711
624
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
712
625
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
713
626
  border-left: transparent;
714
627
  }
715
-
716
628
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
717
629
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
718
630
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
@@ -720,7 +632,6 @@
720
632
  border-color: #6c757d;
721
633
  outline-color: inherit;
722
634
  }
723
-
724
635
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
725
636
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
726
637
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -728,7 +639,6 @@
728
639
  border-color: #0d6efd;
729
640
  outline-color: inherit;
730
641
  }
731
-
732
642
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
733
643
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
734
644
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -736,7 +646,6 @@
736
646
  border-color: #198754;
737
647
  outline-color: inherit;
738
648
  }
739
-
740
649
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
741
650
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
742
651
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -744,7 +653,6 @@
744
653
  border-color: #0dcaf0;
745
654
  outline-color: inherit;
746
655
  }
747
-
748
656
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
749
657
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
750
658
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -752,7 +660,6 @@
752
660
  border-color: #ffc107;
753
661
  outline-color: inherit;
754
662
  }
755
-
756
663
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
757
664
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
758
665
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -760,23 +667,19 @@
760
667
  border-color: #dc3545;
761
668
  outline-color: inherit;
762
669
  }
763
-
764
670
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
765
671
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
766
672
  border-bottom: transparent;
767
673
  border-top: transparent;
768
674
  }
769
-
770
675
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
771
676
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
772
677
  border-bottom: transparent;
773
678
  }
774
-
775
679
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
776
680
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
777
681
  border-top: transparent;
778
682
  }
779
-
780
683
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
781
684
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
782
685
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
@@ -784,7 +687,6 @@
784
687
  border-color: #6c757d;
785
688
  outline-color: inherit;
786
689
  }
787
-
788
690
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
789
691
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
790
692
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -792,7 +694,6 @@
792
694
  border-color: #0d6efd;
793
695
  outline-color: inherit;
794
696
  }
795
-
796
697
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
797
698
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
798
699
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -800,7 +701,6 @@
800
701
  border-color: #198754;
801
702
  outline-color: inherit;
802
703
  }
803
-
804
704
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
805
705
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
806
706
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -808,7 +708,6 @@
808
708
  border-color: #0dcaf0;
809
709
  outline-color: inherit;
810
710
  }
811
-
812
711
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
813
712
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
814
713
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -816,7 +715,6 @@
816
715
  border-color: #ffc107;
817
716
  outline-color: inherit;
818
717
  }
819
-
820
718
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
821
719
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
822
720
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -824,19 +722,16 @@
824
722
  border-color: #dc3545;
825
723
  outline-color: inherit;
826
724
  }
827
-
828
725
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
829
726
  .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
830
727
  border-left: transparent;
831
728
  border-right: transparent;
832
729
  }
833
-
834
730
  .e-btn-group.e-rtl .e-btn:first-of-type,
835
731
  .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
836
732
  border-left: transparent;
837
733
  }
838
-
839
734
  .e-btn-group.e-rtl .e-btn:last-of-type,
840
735
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
841
736
  border-right: transparent;
842
- }
737
+ }