@syncfusion/ej2-splitbuttons 24.1.45 → 24.2.3

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 (59) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/dist/ej2-splitbuttons.min.js +1 -1
  3. package/dist/ej2-splitbuttons.umd.min.js +1 -1
  4. package/dist/global/ej2-splitbuttons.min.js +1 -1
  5. package/dist/global/index.d.ts +1 -1
  6. package/package.json +7 -7
  7. package/styles/bootstrap-dark.css +5 -6
  8. package/styles/bootstrap.css +5 -6
  9. package/styles/bootstrap4.css +44 -63
  10. package/styles/bootstrap5-dark.css +6 -5
  11. package/styles/bootstrap5.css +6 -5
  12. package/styles/button-group/_layout.scss +1 -1
  13. package/styles/button-group/_theme.scss +13 -13
  14. package/styles/button-group/bootstrap-dark.css +0 -1
  15. package/styles/button-group/bootstrap.css +0 -1
  16. package/styles/button-group/bootstrap4.css +39 -58
  17. package/styles/button-group/bootstrap5-dark.css +1 -0
  18. package/styles/button-group/bootstrap5.css +1 -0
  19. package/styles/button-group/fabric-dark.css +0 -1
  20. package/styles/button-group/fabric.css +0 -1
  21. package/styles/button-group/highcontrast-light.css +0 -1
  22. package/styles/button-group/highcontrast.css +0 -1
  23. package/styles/button-group/material-dark.css +0 -1
  24. package/styles/button-group/material.css +0 -1
  25. package/styles/button-group/material3-dark.css +0 -1
  26. package/styles/button-group/material3.css +0 -1
  27. package/styles/button-group/tailwind-dark.css +1 -1
  28. package/styles/button-group/tailwind.css +1 -1
  29. package/styles/drop-down-button/_fluent-definition.scss +1 -1
  30. package/styles/drop-down-button/_theme.scss +8 -6
  31. package/styles/drop-down-button/bootstrap-dark.css +5 -5
  32. package/styles/drop-down-button/bootstrap.css +5 -5
  33. package/styles/drop-down-button/bootstrap4.css +5 -5
  34. package/styles/drop-down-button/bootstrap5-dark.css +5 -5
  35. package/styles/drop-down-button/bootstrap5.css +5 -5
  36. package/styles/drop-down-button/fabric-dark.css +5 -5
  37. package/styles/drop-down-button/fabric.css +5 -5
  38. package/styles/drop-down-button/fluent-dark.css +5 -6
  39. package/styles/drop-down-button/fluent.css +5 -6
  40. package/styles/drop-down-button/highcontrast-light.css +5 -5
  41. package/styles/drop-down-button/highcontrast.css +5 -5
  42. package/styles/drop-down-button/material-dark.css +5 -5
  43. package/styles/drop-down-button/material.css +5 -5
  44. package/styles/drop-down-button/material3-dark.css +4 -4
  45. package/styles/drop-down-button/material3.css +4 -4
  46. package/styles/drop-down-button/tailwind-dark.css +5 -5
  47. package/styles/drop-down-button/tailwind.css +5 -5
  48. package/styles/fabric-dark.css +5 -6
  49. package/styles/fabric.css +5 -6
  50. package/styles/fluent-dark.css +5 -6
  51. package/styles/fluent.css +5 -6
  52. package/styles/highcontrast-light.css +5 -6
  53. package/styles/highcontrast.css +5 -6
  54. package/styles/material-dark.css +5 -6
  55. package/styles/material.css +5 -6
  56. package/styles/material3-dark.css +4 -5
  57. package/styles/material3.css +4 -5
  58. package/styles/tailwind-dark.css +6 -6
  59. package/styles/tailwind.css +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 24.1.46 (2024-01-17)
6
+
7
+ ### DropDownButton
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
12
+
13
+ ### ButtonGroup
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
18
+
19
+ ## 24.1.45 (2024-01-09)
20
+
5
21
  ### DropDownButton
6
22
 
7
23
  #### Bug Fixes
@@ -306,4 +322,4 @@ SplitButton component has primary and secondary button. Primary button is used t
306
322
 
307
323
  - **Separator** - Supports Popup items grouping by using the Separator.
308
324
 
309
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.
325
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.min.js
3
- * version : 24.1.45
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.umd.min.js
3
- * version : 24.1.45
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.min.js
3
- * version : 24.1.45
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.45
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-splitbuttons@24.1.44",
3
+ "_id": "@syncfusion/ej2-splitbuttons@24.1.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SKKpNooboDsFPmWGU/g+uyT+0VELBwp03B5+9xuRlItyQxWa/nLCrvQbCnKF8wKfaccdgIsekjvmQe3Za5kwtQ==",
5
+ "_integrity": "sha512-DU8BVPV71gpYFmU0q3+V9UFjYiGaaUr06Fx1lFAdoDyKCTZPTizI6K2LRj0zM8gJawOw18Vtbyx3/pjl6c8+Iw==",
6
6
  "_location": "/@syncfusion/ej2-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -33,8 +33,8 @@
33
33
  "/@syncfusion/ej2-richtexteditor",
34
34
  "/@syncfusion/ej2-vue-splitbuttons"
35
35
  ],
36
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-24.1.44.tgz",
37
- "_shasum": "2905a41c62ab7bf1066e2321e1b2e4dd58555d82",
36
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-24.1.46.tgz",
37
+ "_shasum": "f20683f086babbd4f5e1d1d42f1de39b64242ef7",
38
38
  "_spec": "@syncfusion/ej2-splitbuttons@*",
39
39
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
40
40
  "author": {
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "bundleDependencies": false,
47
47
  "dependencies": {
48
- "@syncfusion/ej2-base": "~24.1.42",
49
- "@syncfusion/ej2-popups": "~24.1.44"
48
+ "@syncfusion/ej2-base": "~24.2.3",
49
+ "@syncfusion/ej2-popups": "~24.2.3"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
@@ -89,6 +89,6 @@
89
89
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
90
90
  },
91
91
  "typings": "index.d.ts",
92
- "version": "24.1.45",
92
+ "version": "24.2.3",
93
93
  "sideEffects": false
94
94
  }
@@ -181,7 +181,7 @@
181
181
 
182
182
  /*! drop-down button theme */
183
183
  .e-dropdown-popup {
184
- background-color: #2a2a2a;
184
+ background: #2a2a2a;
185
185
  color: #f0f0f0;
186
186
  }
187
187
  .e-dropdown-popup ul .e-item .e-menu-url {
@@ -191,15 +191,15 @@
191
191
  color: #f0f0f0;
192
192
  }
193
193
  .e-dropdown-popup ul .e-item.e-focused {
194
- background-color: transparent;
194
+ background: transparent;
195
195
  box-shadow: inset 0 0 0 1px #585858;
196
196
  }
197
197
  .e-dropdown-popup ul .e-item:hover {
198
- background-color: #414141;
198
+ background: #414141;
199
199
  color: #fff;
200
200
  }
201
201
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
202
- background-color: #0070f0;
202
+ background: #0070f0;
203
203
  color: #fff;
204
204
  }
205
205
  .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
@@ -224,7 +224,7 @@
224
224
  .e-dropdown-btn.e-btn.e-inherit:focus,
225
225
  .e-dropdown-btn.e-btn.e-inherit:active,
226
226
  .e-dropdown-btn.e-btn.e-inherit.e-active {
227
- background-color: rgba(0, 0, 0, 0.056);
227
+ background: rgba(0, 0, 0, 0.056);
228
228
  border-color: transparent;
229
229
  box-shadow: none;
230
230
  color: inherit;
@@ -936,7 +936,6 @@
936
936
  color: #fff;
937
937
  outline: #393939 0 solid;
938
938
  outline-offset: 0;
939
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
940
939
  }
941
940
  .e-btn-group .e-btn:active.e-primary,
942
941
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -181,7 +181,7 @@
181
181
 
182
182
  /*! drop-down button theme */
183
183
  .e-dropdown-popup {
184
- background-color: #fff;
184
+ background: #fff;
185
185
  color: #333;
186
186
  }
187
187
  .e-dropdown-popup ul .e-item .e-menu-url {
@@ -191,15 +191,15 @@
191
191
  color: #333;
192
192
  }
193
193
  .e-dropdown-popup ul .e-item.e-focused {
194
- background-color: transparent;
194
+ background: transparent;
195
195
  box-shadow: 0 0 0 1px #8c8c8c inset;
196
196
  }
197
197
  .e-dropdown-popup ul .e-item:hover {
198
- background-color: #e6e6e6;
198
+ background: #e6e6e6;
199
199
  color: #333;
200
200
  }
201
201
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
202
- background-color: #e6e6e6;
202
+ background: #e6e6e6;
203
203
  color: #333;
204
204
  }
205
205
  .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
@@ -224,7 +224,7 @@
224
224
  .e-dropdown-btn.e-btn.e-inherit:focus,
225
225
  .e-dropdown-btn.e-btn.e-inherit:active,
226
226
  .e-dropdown-btn.e-btn.e-inherit.e-active {
227
- background-color: rgba(0, 0, 0, 0.056);
227
+ background: rgba(0, 0, 0, 0.056);
228
228
  border-color: transparent;
229
229
  box-shadow: none;
230
230
  color: inherit;
@@ -936,7 +936,6 @@
936
936
  color: #333;
937
937
  outline: #fff 0 solid;
938
938
  outline-offset: 0;
939
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
940
939
  }
941
940
  .e-btn-group .e-btn:active.e-primary,
942
941
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -176,7 +176,7 @@
176
176
 
177
177
  /*! drop-down button theme */
178
178
  .e-dropdown-popup {
179
- background-color: #fff;
179
+ background: #fff;
180
180
  color: #212529;
181
181
  }
182
182
  .e-dropdown-popup ul .e-item .e-menu-url {
@@ -186,15 +186,15 @@
186
186
  color: #212529;
187
187
  }
188
188
  .e-dropdown-popup ul .e-item.e-focused {
189
- background-color: #f2f4f6;
189
+ background: #f2f4f6;
190
190
  box-shadow: none;
191
191
  }
192
192
  .e-dropdown-popup ul .e-item:hover {
193
- background-color: #f2f4f6;
193
+ background: #f2f4f6;
194
194
  color: #212529;
195
195
  }
196
196
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
197
- background-color: #007bff;
197
+ background: #007bff;
198
198
  color: #fff;
199
199
  }
200
200
  .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
@@ -219,7 +219,7 @@
219
219
  .e-dropdown-btn.e-btn.e-inherit:focus,
220
220
  .e-dropdown-btn.e-btn.e-inherit:active,
221
221
  .e-dropdown-btn.e-btn.e-inherit.e-active {
222
- background-color: rgba(0, 0, 0, 0.056);
222
+ background: rgba(0, 0, 0, 0.056);
223
223
  border-color: transparent;
224
224
  box-shadow: none;
225
225
  color: inherit;
@@ -562,6 +562,14 @@
562
562
  flex-direction: row;
563
563
  position: relative;
564
564
  }
565
+ *.e-btn-group input:focus + label.e-btn,
566
+ *.e-btn-group .e-btn:focus,
567
+ *.e-btn-group .e-btn:hover,
568
+ *.e-css.e-btn-group input:focus + label.e-btn,
569
+ *.e-css.e-btn-group .e-btn:focus,
570
+ *.e-css.e-btn-group .e-btn:hover {
571
+ z-index: 2;
572
+ }
565
573
  *.e-btn-group input + label.e-btn,
566
574
  *.e-css.e-btn-group input + label.e-btn {
567
575
  margin-bottom: 0;
@@ -794,10 +802,6 @@
794
802
  .e-css.e-btn-group:not(.e-outline) {
795
803
  box-shadow: none;
796
804
  }
797
- .e-btn-group .e-btn,
798
- .e-css.e-btn-group .e-btn {
799
- box-shadow: none;
800
- }
801
805
  .e-btn-group .e-btn:hover,
802
806
  .e-css.e-btn-group .e-btn:hover {
803
807
  box-shadow: none;
@@ -806,69 +810,63 @@
806
810
  .e-btn-group input:focus + label.e-btn,
807
811
  .e-css.e-btn-group .e-btn:focus,
808
812
  .e-css.e-btn-group input:focus + label.e-btn {
809
- background: #6c757d;
810
- border-color: #6c757d;
813
+ background: #5b636a;
814
+ border-color: #60686f;
811
815
  color: #fff;
812
816
  outline: #6c757d 0 solid;
813
817
  outline-offset: 0;
814
- box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
815
- box-shadow: none;
818
+ box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
816
819
  outline-color: inherit;
817
820
  }
818
821
  .e-btn-group .e-btn:focus.e-primary,
819
822
  .e-btn-group input:focus + label.e-btn.e-primary,
820
823
  .e-css.e-btn-group .e-btn:focus.e-primary,
821
824
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
822
- background: #007bff;
823
- border-color: #007bff;
825
+ background: #006adb;
826
+ border-color: #006fe6;
824
827
  color: #fff;
825
828
  outline: #6c757d 0 solid;
826
- box-shadow: 0 0 0 0.25em rgba(38, 143, 255, 0.5);
827
- box-shadow: none;
829
+ box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
828
830
  outline-color: inherit;
829
831
  }
830
832
  .e-btn-group .e-btn:focus.e-success,
831
833
  .e-btn-group input:focus + label.e-btn.e-success,
832
834
  .e-css.e-btn-group .e-btn:focus.e-success,
833
835
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
834
- background: #28a745;
835
- border-color: #28a745;
836
+ background: #218a39;
837
+ border-color: #23923d;
836
838
  color: #fff;
837
- box-shadow: 0 0 0 0.25em rgba(66, 179, 92, 0.5);
838
- box-shadow: none;
839
+ box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
839
840
  outline-color: inherit;
840
841
  }
841
842
  .e-btn-group .e-btn:focus.e-info,
842
843
  .e-btn-group input:focus + label.e-btn.e-info,
843
844
  .e-css.e-btn-group .e-btn:focus.e-info,
844
845
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
845
- background: #17a2b8;
846
- border-color: #17a2b8;
846
+ background: #138698;
847
+ border-color: #148ea1;
847
848
  color: #fff;
848
- box-shadow: 0 0 0 0.25em rgba(51, 174, 194, 0.5);
849
- box-shadow: none;
849
+ box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
850
850
  outline-color: inherit;
851
851
  }
852
852
  .e-btn-group .e-btn:focus.e-warning,
853
853
  .e-btn-group input:focus + label.e-btn.e-warning,
854
854
  .e-css.e-btn-group .e-btn:focus.e-warning,
855
855
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
856
- background: #ffc107;
857
- border-color: #ffc107;
856
+ background: #e2aa00;
857
+ border-color: #edb100;
858
858
  color: #212529;
859
- box-shadow: 0 0 0 0.25em rgba(255, 202, 44, 0.5);
860
- box-shadow: none;
859
+ box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
861
860
  outline-color: inherit;
862
861
  }
863
862
  .e-btn-group .e-btn:focus.e-danger,
864
863
  .e-btn-group input:focus + label.e-btn.e-danger,
865
864
  .e-css.e-btn-group .e-btn:focus.e-danger,
866
865
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
867
- background: #dc3545;
868
- border-color: #dc3545;
866
+ background: #ca2333;
867
+ border-color: #d32535;
869
868
  color: #fff;
870
- box-shadow: 0 0 0 0.25em rgba(225, 83, 97, 0.5);
871
- box-shadow: none;
869
+ box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
872
870
  outline-color: inherit;
873
871
  }
874
872
  .e-btn-group .e-btn:focus.e-link,
@@ -897,36 +895,31 @@
897
895
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
898
896
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
899
897
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
900
- box-shadow: 0 0 0 0.25em rgba(38, 143, 255, 0.5);
901
- box-shadow: none;
898
+ box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
902
899
  }
903
900
  .e-btn-group .e-btn:focus.e-outline.e-success,
904
901
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
905
902
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
906
903
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
907
- box-shadow: 0 0 0 0.25em rgba(66, 179, 92, 0.5);
908
- box-shadow: none;
904
+ box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
909
905
  }
910
906
  .e-btn-group .e-btn:focus.e-outline.e-info,
911
907
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
912
908
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
913
909
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
914
- box-shadow: 0 0 0 0.25em rgba(46, 173, 193, 0.5);
915
- box-shadow: none;
910
+ box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
916
911
  }
917
912
  .e-btn-group .e-btn:focus.e-outline.e-warning,
918
913
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
919
914
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
920
915
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
921
- box-shadow: 0 0 0 0.25em rgba(255, 201, 40, 0.5);
922
- box-shadow: none;
916
+ box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
923
917
  }
924
918
  .e-btn-group .e-btn:focus.e-outline.e-danger,
925
919
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
926
920
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
927
921
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
928
- box-shadow: 0 0 0 0.25em rgba(225, 81, 95, 0.5);
929
- box-shadow: none;
922
+ box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
930
923
  }
931
924
  .e-btn-group .e-btn:active,
932
925
  .e-btn-group input:active + label.e-btn,
@@ -939,7 +932,6 @@
939
932
  color: #fff;
940
933
  outline: #6c757d 0 solid;
941
934
  outline-offset: 0;
942
- box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
943
935
  }
944
936
  .e-btn-group .e-btn:active.e-primary,
945
937
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -951,7 +943,6 @@
951
943
  border-color: #005cbf;
952
944
  color: #fff;
953
945
  outline: #6c757d 0 solid;
954
- box-shadow: 0 0 0 0.25em rgba(31, 113, 201, 0.5);
955
946
  }
956
947
  .e-btn-group .e-btn:active.e-success,
957
948
  .e-btn-group input:active + label.e-btn.e-success,
@@ -962,7 +953,6 @@
962
953
  background: #1e7e34;
963
954
  border-color: #1c7430;
964
955
  color: #fff;
965
- box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
966
956
  }
967
957
  .e-btn-group .e-btn:active.e-info,
968
958
  .e-btn-group input:active + label.e-btn.e-info,
@@ -973,7 +963,6 @@
973
963
  background: #117a8b;
974
964
  color: #fff;
975
965
  border-color: #10707f;
976
- box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
977
966
  }
978
967
  .e-btn-group .e-btn:active.e-warning,
979
968
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -984,7 +973,6 @@
984
973
  background: #d39e00;
985
974
  border-color: #c69500;
986
975
  color: #212529;
987
- box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
988
976
  }
989
977
  .e-btn-group .e-btn:active.e-danger,
990
978
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -995,7 +983,6 @@
995
983
  background: #bd2130;
996
984
  border-color: #b21f2d;
997
985
  color: #fff;
998
- box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
999
986
  }
1000
987
  .e-btn-group .e-btn:active.e-outline,
1001
988
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1005,7 +992,6 @@
1005
992
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1006
993
  background: #6c757d;
1007
994
  border-color: transparent;
1008
- box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
1009
995
  color: #fff;
1010
996
  }
1011
997
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1016,7 +1002,6 @@
1016
1002
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1017
1003
  background: #007bff;
1018
1004
  border-color: transparent;
1019
- box-shadow: 0 0 0 0.25em rgba(31, 139, 255, 0.5);
1020
1005
  color: #fff;
1021
1006
  }
1022
1007
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1027,7 +1012,6 @@
1027
1012
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1028
1013
  background: #28a745;
1029
1014
  border-color: transparent;
1030
- box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
1031
1015
  color: #fff;
1032
1016
  }
1033
1017
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1038,7 +1022,6 @@
1038
1022
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1039
1023
  background: #17a2b8;
1040
1024
  border-color: transparent;
1041
- box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
1042
1025
  color: #fff;
1043
1026
  }
1044
1027
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1049,7 +1032,6 @@
1049
1032
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1050
1033
  background: #ffc107;
1051
1034
  border-color: transparent;
1052
- box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
1053
1035
  color: #212529;
1054
1036
  }
1055
1037
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1060,7 +1042,6 @@
1060
1042
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1061
1043
  background: #dc3545;
1062
1044
  border-color: transparent;
1063
- box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
1064
1045
  color: #fff;
1065
1046
  }
1066
1047
  .e-btn-group .e-btn:disabled,
@@ -1216,28 +1197,28 @@
1216
1197
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
1217
1198
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
1218
1199
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
1219
- border-color: #28a745;
1200
+ border-color: #23923d;
1220
1201
  outline-color: inherit;
1221
1202
  }
1222
1203
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
1223
1204
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
1224
1205
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
1225
1206
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
1226
- border-color: #17a2b8;
1207
+ border-color: #148ea1;
1227
1208
  outline-color: inherit;
1228
1209
  }
1229
1210
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1230
1211
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
1231
1212
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1232
1213
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
1233
- border-color: #ffc107;
1214
+ border-color: #edb100;
1234
1215
  outline-color: inherit;
1235
1216
  }
1236
1217
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1237
1218
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
1238
1219
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1239
1220
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
1240
- border-color: #dc3545;
1221
+ border-color: #d32535;
1241
1222
  outline-color: inherit;
1242
1223
  }
1243
1224
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
@@ -1271,28 +1252,28 @@
1271
1252
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
1272
1253
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
1273
1254
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
1274
- border-color: #28a745;
1255
+ border-color: #23923d;
1275
1256
  outline-color: inherit;
1276
1257
  }
1277
1258
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
1278
1259
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
1279
1260
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
1280
1261
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
1281
- border-color: #17a2b8;
1262
+ border-color: #148ea1;
1282
1263
  outline-color: inherit;
1283
1264
  }
1284
1265
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1285
1266
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
1286
1267
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1287
1268
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
1288
- border-color: #ffc107;
1269
+ border-color: #edb100;
1289
1270
  outline-color: inherit;
1290
1271
  }
1291
1272
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1292
1273
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
1293
1274
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1294
1275
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
1295
- border-color: #dc3545;
1276
+ border-color: #d32535;
1296
1277
  outline-color: inherit;
1297
1278
  }
1298
1279
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
@@ -186,7 +186,7 @@
186
186
 
187
187
  /*! drop-down button theme */
188
188
  .e-dropdown-popup {
189
- background-color: #343a40;
189
+ background: #343a40;
190
190
  color: #fff;
191
191
  }
192
192
  .e-dropdown-popup ul .e-item .e-menu-url {
@@ -196,15 +196,15 @@
196
196
  color: #adb5bd;
197
197
  }
198
198
  .e-dropdown-popup ul .e-item.e-focused {
199
- background-color: #31373d;
199
+ background: #31373d;
200
200
  box-shadow: none;
201
201
  }
202
202
  .e-dropdown-popup ul .e-item:hover {
203
- background-color: #444c54;
203
+ background: #444c54;
204
204
  color: #fff;
205
205
  }
206
206
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
207
- background-color: #0d6efd;
207
+ background: #0d6efd;
208
208
  color: #fff;
209
209
  }
210
210
  .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
@@ -229,7 +229,7 @@
229
229
  .e-dropdown-btn.e-btn.e-inherit:focus,
230
230
  .e-dropdown-btn.e-btn.e-inherit:active,
231
231
  .e-dropdown-btn.e-btn.e-inherit.e-active {
232
- background-color: rgba(0, 0, 0, 0.056);
232
+ background: rgba(0, 0, 0, 0.056);
233
233
  border-color: transparent;
234
234
  box-shadow: none;
235
235
  color: inherit;
@@ -899,6 +899,7 @@
899
899
  .e-css.e-btn-group .e-btn:focus.e-outline,
900
900
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
901
901
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
902
+ box-shadow: none;
902
903
  border-color: #5c636a;
903
904
  }
904
905
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -186,7 +186,7 @@
186
186
 
187
187
  /*! drop-down button theme */
188
188
  .e-dropdown-popup {
189
- background-color: #fff;
189
+ background: #fff;
190
190
  color: #212529;
191
191
  }
192
192
  .e-dropdown-popup ul .e-item .e-menu-url {
@@ -196,15 +196,15 @@
196
196
  color: #6c757d;
197
197
  }
198
198
  .e-dropdown-popup ul .e-item.e-focused {
199
- background-color: #e9ecef;
199
+ background: #e9ecef;
200
200
  box-shadow: none;
201
201
  }
202
202
  .e-dropdown-popup ul .e-item:hover {
203
- background-color: #e9ecef;
203
+ background: #e9ecef;
204
204
  color: #212529;
205
205
  }
206
206
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
207
- background-color: #0d6efd;
207
+ background: #0d6efd;
208
208
  color: #fff;
209
209
  }
210
210
  .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
@@ -229,7 +229,7 @@
229
229
  .e-dropdown-btn.e-btn.e-inherit:focus,
230
230
  .e-dropdown-btn.e-btn.e-inherit:active,
231
231
  .e-dropdown-btn.e-btn.e-inherit.e-active {
232
- background-color: rgba(0, 0, 0, 0.056);
232
+ background: rgba(0, 0, 0, 0.056);
233
233
  border-color: transparent;
234
234
  box-shadow: none;
235
235
  color: inherit;
@@ -899,6 +899,7 @@
899
899
  .e-css.e-btn-group .e-btn:focus.e-outline,
900
900
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
901
901
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
902
+ box-shadow: none;
902
903
  border-color: #5c636a;
903
904
  }
904
905
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -16,7 +16,7 @@
16
16
  input:focus+label.e-btn,
17
17
  .e-btn:focus,
18
18
  .e-btn:hover {
19
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
19
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap4' {
20
20
  z-index: 2;
21
21
  }
22
22
  }