@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35

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 (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +302 -110
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +302 -110
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +266 -93
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +266 -187
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +266 -187
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +32 -85
  35. package/styles/button-group/bootstrap-dark.css +132 -70
  36. package/styles/button-group/bootstrap.css +132 -70
  37. package/styles/button-group/bootstrap4.css +108 -59
  38. package/styles/button-group/bootstrap5-dark.css +108 -59
  39. package/styles/button-group/bootstrap5.css +108 -59
  40. package/styles/button-group/fabric-dark.css +132 -70
  41. package/styles/button-group/fabric.css +137 -75
  42. package/styles/button-group/fluent-dark.css +148 -78
  43. package/styles/button-group/fluent.css +148 -78
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +132 -70
  47. package/styles/button-group/highcontrast.css +132 -70
  48. package/styles/button-group/material-dark.css +146 -77
  49. package/styles/button-group/material.css +148 -78
  50. package/styles/button-group/material3-dark.css +190 -90
  51. package/styles/button-group/material3.css +190 -90
  52. package/styles/button-group/tailwind-dark.css +130 -70
  53. package/styles/button-group/tailwind.css +130 -70
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +302 -110
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +307 -115
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +310 -115
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +310 -115
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +302 -110
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +302 -110
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +316 -117
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +318 -118
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +396 -147
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +392 -145
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +300 -111
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +300 -111
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -367
@@ -1,11 +1,14 @@
1
1
  /* stylelint-disable */
2
2
  *.e-btn-group,
3
3
  *.e-css.e-btn-group {
4
+ display: -webkit-inline-box;
4
5
  display: -ms-inline-flexbox;
5
6
  display: inline-flex;
6
7
  border-radius: 0;
7
- -ms-flex-direction: row;
8
- flex-direction: row;
8
+ -webkit-box-orient: horizontal;
9
+ -webkit-box-direction: normal;
10
+ -ms-flex-direction: row;
11
+ flex-direction: row;
9
12
  position: relative;
10
13
  }
11
14
  *.e-btn-group input + label.e-btn,
@@ -40,8 +43,9 @@
40
43
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
41
44
  border-radius: 0;
42
45
  }
43
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
44
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
46
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
47
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
48
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
45
49
  border-bottom-right-radius: 0;
46
50
  border-top-right-radius: 0;
47
51
  }
@@ -50,11 +54,6 @@
50
54
  border-bottom-left-radius: 0;
51
55
  border-top-left-radius: 0;
52
56
  }
53
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
54
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
55
- border-bottom-right-radius: 0;
56
- border-top-right-radius: 0;
57
- }
58
57
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
59
58
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
60
59
  border-bottom-left-radius: 0;
@@ -88,8 +87,9 @@
88
87
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
89
88
  border-radius: 0;
90
89
  }
91
- *.e-btn-group.e-rtl .e-btn:first-of-type,
92
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
90
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
91
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
92
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
93
93
  border-bottom-left-radius: 0;
94
94
  border-top-left-radius: 0;
95
95
  }
@@ -98,11 +98,6 @@
98
98
  border-bottom-right-radius: 0;
99
99
  border-top-right-radius: 0;
100
100
  }
101
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
102
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
103
- border-bottom-left-radius: 0;
104
- border-top-left-radius: 0;
105
- }
106
101
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
107
102
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
108
103
  border-bottom-right-radius: 0;
@@ -130,8 +125,10 @@
130
125
  }
131
126
  *.e-btn-group.e-vertical,
132
127
  *.e-css.e-btn-group.e-vertical {
133
- -ms-flex-direction: column;
134
- flex-direction: column;
128
+ -webkit-box-orient: vertical;
129
+ -webkit-box-direction: normal;
130
+ -ms-flex-direction: column;
131
+ flex-direction: column;
135
132
  }
136
133
  *.e-btn-group.e-vertical input,
137
134
  *.e-css.e-btn-group.e-vertical input {
@@ -238,135 +235,176 @@
238
235
  /* stylelint-disable */
239
236
  .e-btn-group:not(.e-outline),
240
237
  .e-css.e-btn-group:not(.e-outline) {
241
- box-shadow: none;
238
+ -webkit-box-shadow: none;
239
+ box-shadow: none;
242
240
  }
243
241
  .e-btn-group .e-btn:hover,
244
242
  .e-css.e-btn-group .e-btn:hover {
245
- box-shadow: none;
243
+ -webkit-box-shadow: none;
244
+ box-shadow: none;
246
245
  }
247
246
  .e-btn-group .e-btn:focus,
248
247
  .e-btn-group input:focus-visible + label.e-btn,
248
+ .e-btn-group input:focus + label.e-btn,
249
249
  .e-css.e-btn-group .e-btn:focus,
250
- .e-css.e-btn-group input:focus-visible + label.e-btn {
250
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
251
+ .e-css.e-btn-group input:focus + label.e-btn {
251
252
  background: #f4f4f4;
252
253
  border-color: #eaeaea;
253
254
  color: #333;
254
255
  outline: #767676 1px solid;
255
256
  outline-offset: 0;
256
- box-shadow: none;
257
+ -webkit-box-shadow: none;
258
+ box-shadow: none;
257
259
  box-shadow: none;
258
260
  outline-color: #767676;
259
261
  outline-offset: -2px;
260
262
  }
261
263
  .e-btn-group .e-btn:focus.e-primary,
262
264
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
265
+ .e-btn-group input:focus + label.e-btn.e-primary,
263
266
  .e-css.e-btn-group .e-btn:focus.e-primary,
264
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
267
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
268
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
265
269
  background: #0078d6;
266
270
  border-color: #fff;
267
271
  color: #fff;
268
272
  outline: #767676 1px solid;
273
+ -webkit-box-shadow: none;
274
+ box-shadow: none;
269
275
  box-shadow: none;
270
- box-shadow: none;
271
- outline-color: #fff;
272
276
  border-color: transparent;
277
+ outline-color: #fff;
273
278
  }
274
279
  .e-btn-group .e-btn:focus.e-success,
275
280
  .e-btn-group input:focus-visible + label.e-btn.e-success,
281
+ .e-btn-group input:focus + label.e-btn.e-success,
276
282
  .e-css.e-btn-group .e-btn:focus.e-success,
277
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
283
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
284
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
278
285
  background: #137c10;
279
286
  border-color: #fff;
280
287
  color: #fff;
288
+ -webkit-box-shadow: none;
289
+ box-shadow: none;
281
290
  box-shadow: none;
282
- box-shadow: none;
283
- outline-color: #fff;
284
291
  border-color: transparent;
292
+ outline-color: #fff;
285
293
  }
286
294
  .e-btn-group .e-btn:focus.e-info,
287
295
  .e-btn-group input:focus-visible + label.e-btn.e-info,
296
+ .e-btn-group input:focus + label.e-btn.e-info,
288
297
  .e-css.e-btn-group .e-btn:focus.e-info,
289
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
298
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
299
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
290
300
  background: #0378d5;
291
301
  border-color: #fff;
292
302
  color: #fff;
303
+ -webkit-box-shadow: none;
304
+ box-shadow: none;
293
305
  box-shadow: none;
294
- box-shadow: none;
295
- outline-color: #fff;
296
306
  border-color: transparent;
307
+ outline-color: #fff;
297
308
  }
298
309
  .e-btn-group .e-btn:focus.e-warning,
299
310
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
311
+ .e-btn-group input:focus + label.e-btn.e-warning,
300
312
  .e-css.e-btn-group .e-btn:focus.e-warning,
301
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
313
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
314
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
302
315
  background: #d83b01;
303
316
  border-color: #fff;
304
317
  color: #fff;
318
+ -webkit-box-shadow: none;
319
+ box-shadow: none;
305
320
  box-shadow: none;
306
- box-shadow: none;
307
- outline-color: #fff;
308
321
  border-color: transparent;
322
+ outline-color: #fff;
309
323
  }
310
324
  .e-btn-group .e-btn:focus.e-danger,
311
325
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
326
+ .e-btn-group input:focus + label.e-btn.e-danger,
312
327
  .e-css.e-btn-group .e-btn:focus.e-danger,
313
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
328
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
329
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
314
330
  background: #a80000;
315
331
  border-color: #fff;
316
332
  color: #fff;
333
+ -webkit-box-shadow: none;
334
+ box-shadow: none;
317
335
  box-shadow: none;
318
- box-shadow: none;
319
- outline-color: #fff;
320
336
  border-color: transparent;
337
+ outline-color: #fff;
321
338
  }
322
339
  .e-btn-group .e-btn:focus.e-link,
323
340
  .e-btn-group input:focus-visible + label.e-btn.e-link,
341
+ .e-btn-group input:focus + label.e-btn.e-link,
324
342
  .e-css.e-btn-group .e-btn:focus.e-link,
325
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
343
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
344
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
326
345
  border-radius: 0;
327
346
  text-decoration: underline;
328
347
  color: #0a3576;
329
348
  background-color: transparent;
330
349
  border-color: transparent;
331
- box-shadow: none;
350
+ -webkit-box-shadow: none;
351
+ box-shadow: none;
332
352
  outline: none;
333
353
  }
334
354
  .e-btn-group .e-btn:focus.e-outline,
335
355
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
356
+ .e-btn-group input:focus + label.e-btn.e-outline,
336
357
  .e-css.e-btn-group .e-btn:focus.e-outline,
337
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
338
- box-shadow: none;
358
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
359
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
360
+ -webkit-box-shadow: none;
361
+ box-shadow: none;
339
362
  box-shadow: none;
340
363
  }
341
364
  .e-btn-group .e-btn:focus.e-outline.e-primary,
342
365
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
366
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
343
367
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
344
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
345
- box-shadow: none;
368
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
369
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
370
+ -webkit-box-shadow: none;
371
+ box-shadow: none;
346
372
  }
347
373
  .e-btn-group .e-btn:focus.e-outline.e-success,
348
374
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
375
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
349
376
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
350
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
351
- box-shadow: none;
377
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
378
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
379
+ -webkit-box-shadow: none;
380
+ box-shadow: none;
352
381
  }
353
382
  .e-btn-group .e-btn:focus.e-outline.e-info,
354
383
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
384
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
355
385
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
356
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
357
- box-shadow: none;
386
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
387
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
388
+ -webkit-box-shadow: none;
389
+ box-shadow: none;
358
390
  }
359
391
  .e-btn-group .e-btn:focus.e-outline.e-warning,
360
392
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
393
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
361
394
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
362
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
363
- box-shadow: none;
395
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
396
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
397
+ -webkit-box-shadow: none;
398
+ box-shadow: none;
364
399
  }
365
400
  .e-btn-group .e-btn:focus.e-outline.e-danger,
366
401
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
402
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
367
403
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
368
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
369
- box-shadow: none;
404
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
405
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
406
+ -webkit-box-shadow: none;
407
+ box-shadow: none;
370
408
  }
371
409
  .e-btn-group .e-btn:active,
372
410
  .e-btn-group input:active + label.e-btn,
@@ -390,7 +428,8 @@
390
428
  border-color: #005ba3;
391
429
  color: #fff;
392
430
  outline: #eaeaea 0 solid;
393
- box-shadow: none;
431
+ -webkit-box-shadow: none;
432
+ box-shadow: none;
394
433
  }
395
434
  .e-btn-group .e-btn:active.e-success,
396
435
  .e-btn-group input:active + label.e-btn.e-success,
@@ -401,7 +440,8 @@
401
440
  background: #004b1d;
402
441
  border-color: #004b1d;
403
442
  color: #fff;
404
- box-shadow: none;
443
+ -webkit-box-shadow: none;
444
+ box-shadow: none;
405
445
  }
406
446
  .e-btn-group .e-btn:active.e-info,
407
447
  .e-btn-group input:active + label.e-btn.e-info,
@@ -412,7 +452,8 @@
412
452
  background: #065fa6;
413
453
  color: #fff;
414
454
  border-color: #065fa6;
415
- box-shadow: none;
455
+ -webkit-box-shadow: none;
456
+ box-shadow: none;
416
457
  }
417
458
  .e-btn-group .e-btn:active.e-warning,
418
459
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -423,7 +464,8 @@
423
464
  background: #a22c01;
424
465
  border-color: #a22c01;
425
466
  color: #fff;
426
- box-shadow: none;
467
+ -webkit-box-shadow: none;
468
+ box-shadow: none;
427
469
  }
428
470
  .e-btn-group .e-btn:active.e-danger,
429
471
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -434,7 +476,8 @@
434
476
  background: #7c0101;
435
477
  border-color: #7c0101;
436
478
  color: #fff;
437
- box-shadow: none;
479
+ -webkit-box-shadow: none;
480
+ box-shadow: none;
438
481
  }
439
482
  .e-btn-group .e-btn:active.e-outline,
440
483
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -444,7 +487,8 @@
444
487
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
445
488
  background: #c8c8c8;
446
489
  border-color: #c8c8c8;
447
- box-shadow: none;
490
+ -webkit-box-shadow: none;
491
+ box-shadow: none;
448
492
  color: #000;
449
493
  }
450
494
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -455,7 +499,8 @@
455
499
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
456
500
  background: #005ba3;
457
501
  border-color: #0078d6;
458
- box-shadow: none;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
459
504
  color: #fff;
460
505
  }
461
506
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -466,7 +511,8 @@
466
511
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
467
512
  background: #004b1d;
468
513
  border-color: #004b1d;
469
- box-shadow: none;
514
+ -webkit-box-shadow: none;
515
+ box-shadow: none;
470
516
  color: #fff;
471
517
  }
472
518
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -477,7 +523,8 @@
477
523
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
478
524
  background: #065fa6;
479
525
  border-color: #065fa6;
480
- box-shadow: none;
526
+ -webkit-box-shadow: none;
527
+ box-shadow: none;
481
528
  color: #fff;
482
529
  }
483
530
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -488,7 +535,8 @@
488
535
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
489
536
  background: #a22c01;
490
537
  border-color: #a22c01;
491
- box-shadow: none;
538
+ -webkit-box-shadow: none;
539
+ box-shadow: none;
492
540
  color: #fff;
493
541
  }
494
542
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -499,7 +547,8 @@
499
547
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
500
548
  background: #7c0101;
501
549
  border-color: #7c0101;
502
- box-shadow: none;
550
+ -webkit-box-shadow: none;
551
+ box-shadow: none;
503
552
  color: #fff;
504
553
  }
505
554
  .e-btn-group .e-btn:disabled,
@@ -508,7 +557,8 @@
508
557
  .e-css.e-btn-group input:disabled + label.e-btn {
509
558
  background-color: #f4f4f4;
510
559
  border-color: #f4f4f4;
511
- box-shadow: none;
560
+ -webkit-box-shadow: none;
561
+ box-shadow: none;
512
562
  color: #a6a6a6;
513
563
  border-color: #f4f4f4;
514
564
  }
@@ -518,7 +568,8 @@
518
568
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
519
569
  background: #f4f4f4;
520
570
  border-color: #f4f4f4;
521
- box-shadow: none;
571
+ -webkit-box-shadow: none;
572
+ box-shadow: none;
522
573
  color: #a6a6a6;
523
574
  border-color: #0078d6;
524
575
  }
@@ -528,7 +579,8 @@
528
579
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
529
580
  background: #f4f4f4;
530
581
  border-color: #f4f4f4;
531
- box-shadow: none;
582
+ -webkit-box-shadow: none;
583
+ box-shadow: none;
532
584
  color: #a6a6a6;
533
585
  border-color: #137c10;
534
586
  }
@@ -538,7 +590,8 @@
538
590
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
539
591
  background: #f4f4f4;
540
592
  border-color: #f4f4f4;
541
- box-shadow: none;
593
+ -webkit-box-shadow: none;
594
+ box-shadow: none;
542
595
  color: #a6a6a6;
543
596
  border-color: #0378d5;
544
597
  }
@@ -548,7 +601,8 @@
548
601
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
549
602
  background: #f4f4f4;
550
603
  border-color: #f4f4f4;
551
- box-shadow: none;
604
+ -webkit-box-shadow: none;
605
+ box-shadow: none;
552
606
  color: #a6a6a6;
553
607
  border-color: #d83b01;
554
608
  }
@@ -558,7 +612,8 @@
558
612
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
559
613
  background: #f4f4f4;
560
614
  border-color: #f4f4f4;
561
- box-shadow: none;
615
+ -webkit-box-shadow: none;
616
+ box-shadow: none;
562
617
  color: #a6a6a6;
563
618
  border-color: #a80000;
564
619
  }
@@ -568,7 +623,8 @@
568
623
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
569
624
  color: #a6a6a6;
570
625
  background: transparent;
571
- box-shadow: none;
626
+ -webkit-box-shadow: none;
627
+ box-shadow: none;
572
628
  text-decoration: none;
573
629
  border-color: transparent;
574
630
  }
@@ -578,7 +634,8 @@
578
634
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
579
635
  background: transparent;
580
636
  border-color: #f4f4f4;
581
- box-shadow: none;
637
+ -webkit-box-shadow: none;
638
+ box-shadow: none;
582
639
  color: #a6a6a6;
583
640
  border-color: #d0d0d0;
584
641
  }
@@ -588,7 +645,8 @@
588
645
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
589
646
  background: transparent;
590
647
  border-color: #f4f4f4;
591
- box-shadow: none;
648
+ -webkit-box-shadow: none;
649
+ box-shadow: none;
592
650
  color: #a6a6a6;
593
651
  border-color: #0078d6;
594
652
  }
@@ -598,7 +656,8 @@
598
656
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
599
657
  background: transparent;
600
658
  border-color: #f4f4f4;
601
- box-shadow: none;
659
+ -webkit-box-shadow: none;
660
+ box-shadow: none;
602
661
  color: #a6a6a6;
603
662
  border-color: #137c10;
604
663
  }
@@ -608,7 +667,8 @@
608
667
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
609
668
  background: transparent;
610
669
  border-color: #f4f4f4;
611
- box-shadow: none;
670
+ -webkit-box-shadow: none;
671
+ box-shadow: none;
612
672
  color: #a6a6a6;
613
673
  border-color: #0378d5;
614
674
  }
@@ -618,7 +678,8 @@
618
678
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
619
679
  background: transparent;
620
680
  border-color: #f4f4f4;
621
- box-shadow: none;
681
+ -webkit-box-shadow: none;
682
+ box-shadow: none;
622
683
  color: #a6a6a6;
623
684
  border-color: #d83b01;
624
685
  }
@@ -628,7 +689,8 @@
628
689
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
629
690
  background: transparent;
630
691
  border-color: #f4f4f4;
631
- box-shadow: none;
692
+ -webkit-box-shadow: none;
693
+ box-shadow: none;
632
694
  color: #a6a6a6;
633
695
  border-color: #a80000;
634
696
  }