@syncfusion/ej2-splitbuttons 24.1.45 → 24.1.46
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.
- package/CHANGELOG.md +15 -1
- package/dist/ej2-splitbuttons.min.js +1 -1
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +39 -58
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_theme.scss +13 -13
- package/styles/button-group/bootstrap-dark.css +0 -1
- package/styles/button-group/bootstrap.css +0 -1
- package/styles/button-group/bootstrap4.css +39 -58
- package/styles/button-group/bootstrap5-dark.css +1 -0
- package/styles/button-group/bootstrap5.css +1 -0
- package/styles/button-group/fabric-dark.css +0 -1
- package/styles/button-group/fabric.css +0 -1
- package/styles/button-group/highcontrast-light.css +0 -1
- package/styles/button-group/highcontrast.css +0 -1
- package/styles/button-group/material-dark.css +0 -1
- package/styles/button-group/material.css +0 -1
- package/styles/button-group/material3-dark.css +0 -1
- package/styles/button-group/material3.css +0 -1
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind.css +1 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_theme.scss +3 -1
- package/styles/drop-down-button/fluent-dark.css +1 -2
- package/styles/drop-down-button/fluent.css +1 -2
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +1 -2
- package/styles/fluent.css +1 -2
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
|
|
10
|
+
|
|
11
|
+
### ButtonGroup
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 24.1.45 (2024-01-09)
|
|
18
|
+
|
|
19
|
+
### DropDownButton
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
|
|
10
24
|
|
|
11
25
|
## 24.1.41 (2023-12-18)
|
|
@@ -306,4 +320,4 @@ SplitButton component has primary and secondary button. Primary button is used t
|
|
|
306
320
|
|
|
307
321
|
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
308
322
|
|
|
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.
|
|
323
|
+
- **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.
|
|
3
|
+
* version : 24.1.46
|
|
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.
|
|
3
|
+
* version : 24.1.46
|
|
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.
|
|
3
|
+
* version : 24.1.46
|
|
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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.46
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@24.1.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3g9X0QK66N43R7ZNOW61czbpvqT2rCBJniRXh8JCLK5HEsNyS4+z9g5XvTT+42aQfJjnVMSLiIT+FKjGdHAJSQ==",
|
|
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.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-24.1.45.tgz",
|
|
37
|
+
"_shasum": "0d4046b0c8ee8c44787b50f7477bcfb3f3ab6cdf",
|
|
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.
|
|
49
|
-
"@syncfusion/ej2-popups": "~24.1.
|
|
48
|
+
"@syncfusion/ej2-base": "~24.1.46",
|
|
49
|
+
"@syncfusion/ej2-popups": "~24.1.46"
|
|
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.
|
|
92
|
+
"version": "24.1.46",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -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: #
|
|
810
|
-
border-color: #
|
|
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(
|
|
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: #
|
|
823
|
-
border-color: #
|
|
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(
|
|
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: #
|
|
835
|
-
border-color: #
|
|
836
|
+
background: #218a39;
|
|
837
|
+
border-color: #23923d;
|
|
836
838
|
color: #fff;
|
|
837
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
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: #
|
|
846
|
-
border-color: #
|
|
846
|
+
background: #138698;
|
|
847
|
+
border-color: #148ea1;
|
|
847
848
|
color: #fff;
|
|
848
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
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: #
|
|
857
|
-
border-color: #
|
|
856
|
+
background: #e2aa00;
|
|
857
|
+
border-color: #edb100;
|
|
858
858
|
color: #212529;
|
|
859
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
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: #
|
|
868
|
-
border-color: #
|
|
866
|
+
background: #ca2333;
|
|
867
|
+
border-color: #d32535;
|
|
869
868
|
color: #fff;
|
|
870
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
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,
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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),
|
|
@@ -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,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@if $skin-name == 'material' or $skin-name == '
|
|
13
|
+
@if $skin-name == 'material' or $skin-name == 'Material3' {
|
|
14
14
|
.e-btn {
|
|
15
15
|
box-shadow: none;
|
|
16
16
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
.e-btn:focus,
|
|
55
55
|
input:focus+label.e-btn {
|
|
56
56
|
@include button-focus;
|
|
57
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
57
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
58
58
|
box-shadow: none;
|
|
59
59
|
}
|
|
60
60
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
&.e-primary {
|
|
73
73
|
@include primary-focus;
|
|
74
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
74
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
75
75
|
box-shadow: none;
|
|
76
76
|
}
|
|
77
77
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
|
|
86
86
|
&.e-success {
|
|
87
87
|
@include success-focus;
|
|
88
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
88
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
89
89
|
box-shadow: none;
|
|
90
90
|
}
|
|
91
91
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
&.e-info {
|
|
101
101
|
@include info-focus;
|
|
102
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
102
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
103
103
|
box-shadow: none;
|
|
104
104
|
}
|
|
105
105
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
&.e-warning {
|
|
115
115
|
@include warning-focus;
|
|
116
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
116
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
117
117
|
box-shadow: none;
|
|
118
118
|
}
|
|
119
119
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
|
|
128
128
|
&.e-danger {
|
|
129
129
|
@include danger-focus;
|
|
130
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
130
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
131
131
|
box-shadow: none;
|
|
132
132
|
}
|
|
133
133
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
|
|
150
150
|
&.e-outline {
|
|
151
151
|
@include outline-focus;
|
|
152
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
152
|
+
@if $skin-name != 'bootstrap5' $skin-name != 'bootstrap4' and and $skin-name != 'tailwind' {
|
|
153
153
|
box-shadow: none;
|
|
154
154
|
}
|
|
155
155
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
&.e-primary {
|
|
160
160
|
@include outline-primary-focus;
|
|
161
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
161
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
162
162
|
box-shadow: none;
|
|
163
163
|
}
|
|
164
164
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
|
|
169
169
|
&.e-success {
|
|
170
170
|
@include outline-success-focus;
|
|
171
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
171
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
172
172
|
box-shadow: none;
|
|
173
173
|
}
|
|
174
174
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
&.e-info {
|
|
180
180
|
@include outline-info-focus;
|
|
181
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
181
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
182
182
|
box-shadow: none;
|
|
183
183
|
}
|
|
184
184
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
|
|
189
189
|
&.e-warning {
|
|
190
190
|
@include outline-warning-focus;
|
|
191
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
191
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
192
192
|
box-shadow: none;
|
|
193
193
|
}
|
|
194
194
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
|
|
199
199
|
&.e-danger {
|
|
200
200
|
@include outline-danger-focus;
|
|
201
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
201
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
202
202
|
box-shadow: none;
|
|
203
203
|
}
|
|
204
204
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
+
*.e-btn-group input:focus + label.e-btn,
|
|
12
|
+
*.e-btn-group .e-btn:focus,
|
|
13
|
+
*.e-btn-group .e-btn:hover,
|
|
14
|
+
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
15
|
+
*.e-css.e-btn-group .e-btn:focus,
|
|
16
|
+
*.e-css.e-btn-group .e-btn:hover {
|
|
17
|
+
z-index: 2;
|
|
18
|
+
}
|
|
11
19
|
*.e-btn-group input + label.e-btn,
|
|
12
20
|
*.e-css.e-btn-group input + label.e-btn {
|
|
13
21
|
margin-bottom: 0;
|
|
@@ -240,10 +248,6 @@
|
|
|
240
248
|
.e-css.e-btn-group:not(.e-outline) {
|
|
241
249
|
box-shadow: none;
|
|
242
250
|
}
|
|
243
|
-
.e-btn-group .e-btn,
|
|
244
|
-
.e-css.e-btn-group .e-btn {
|
|
245
|
-
box-shadow: none;
|
|
246
|
-
}
|
|
247
251
|
.e-btn-group .e-btn:hover,
|
|
248
252
|
.e-css.e-btn-group .e-btn:hover {
|
|
249
253
|
box-shadow: none;
|
|
@@ -252,69 +256,63 @@
|
|
|
252
256
|
.e-btn-group input:focus + label.e-btn,
|
|
253
257
|
.e-css.e-btn-group .e-btn:focus,
|
|
254
258
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
255
|
-
background: #
|
|
256
|
-
border-color: #
|
|
259
|
+
background: #5b636a;
|
|
260
|
+
border-color: #60686f;
|
|
257
261
|
color: #fff;
|
|
258
262
|
outline: #6c757d 0 solid;
|
|
259
263
|
outline-offset: 0;
|
|
260
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
261
|
-
box-shadow: none;
|
|
264
|
+
box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
|
|
262
265
|
outline-color: inherit;
|
|
263
266
|
}
|
|
264
267
|
.e-btn-group .e-btn:focus.e-primary,
|
|
265
268
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
266
269
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
267
270
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
268
|
-
background: #
|
|
269
|
-
border-color: #
|
|
271
|
+
background: #006adb;
|
|
272
|
+
border-color: #006fe6;
|
|
270
273
|
color: #fff;
|
|
271
274
|
outline: #6c757d 0 solid;
|
|
272
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
273
|
-
box-shadow: none;
|
|
275
|
+
box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
|
|
274
276
|
outline-color: inherit;
|
|
275
277
|
}
|
|
276
278
|
.e-btn-group .e-btn:focus.e-success,
|
|
277
279
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
278
280
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
279
281
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
280
|
-
background: #
|
|
281
|
-
border-color: #
|
|
282
|
+
background: #218a39;
|
|
283
|
+
border-color: #23923d;
|
|
282
284
|
color: #fff;
|
|
283
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
284
|
-
box-shadow: none;
|
|
285
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
285
286
|
outline-color: inherit;
|
|
286
287
|
}
|
|
287
288
|
.e-btn-group .e-btn:focus.e-info,
|
|
288
289
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
289
290
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
290
291
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
291
|
-
background: #
|
|
292
|
-
border-color: #
|
|
292
|
+
background: #138698;
|
|
293
|
+
border-color: #148ea1;
|
|
293
294
|
color: #fff;
|
|
294
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
295
|
-
box-shadow: none;
|
|
295
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
296
296
|
outline-color: inherit;
|
|
297
297
|
}
|
|
298
298
|
.e-btn-group .e-btn:focus.e-warning,
|
|
299
299
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
300
300
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
301
301
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
302
|
-
background: #
|
|
303
|
-
border-color: #
|
|
302
|
+
background: #e2aa00;
|
|
303
|
+
border-color: #edb100;
|
|
304
304
|
color: #212529;
|
|
305
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
306
|
-
box-shadow: none;
|
|
305
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
307
306
|
outline-color: inherit;
|
|
308
307
|
}
|
|
309
308
|
.e-btn-group .e-btn:focus.e-danger,
|
|
310
309
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
311
310
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
312
311
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
313
|
-
background: #
|
|
314
|
-
border-color: #
|
|
312
|
+
background: #ca2333;
|
|
313
|
+
border-color: #d32535;
|
|
315
314
|
color: #fff;
|
|
316
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
317
|
-
box-shadow: none;
|
|
315
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
318
316
|
outline-color: inherit;
|
|
319
317
|
}
|
|
320
318
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -343,36 +341,31 @@
|
|
|
343
341
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
344
342
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
345
343
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
346
|
-
box-shadow: 0 0 0 0.25em rgba(38,
|
|
347
|
-
box-shadow: none;
|
|
344
|
+
box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
348
345
|
}
|
|
349
346
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
350
347
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
351
348
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
352
349
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
353
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
354
|
-
box-shadow: none;
|
|
350
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
355
351
|
}
|
|
356
352
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
357
353
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
358
354
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
359
355
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
360
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
361
|
-
box-shadow: none;
|
|
356
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
362
357
|
}
|
|
363
358
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
364
359
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
365
360
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
366
361
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
367
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
368
|
-
box-shadow: none;
|
|
362
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
369
363
|
}
|
|
370
364
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
371
365
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
372
366
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
373
367
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
374
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
375
|
-
box-shadow: none;
|
|
368
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
376
369
|
}
|
|
377
370
|
.e-btn-group .e-btn:active,
|
|
378
371
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -385,7 +378,6 @@
|
|
|
385
378
|
color: #fff;
|
|
386
379
|
outline: #6c757d 0 solid;
|
|
387
380
|
outline-offset: 0;
|
|
388
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
389
381
|
}
|
|
390
382
|
.e-btn-group .e-btn:active.e-primary,
|
|
391
383
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -397,7 +389,6 @@
|
|
|
397
389
|
border-color: #005cbf;
|
|
398
390
|
color: #fff;
|
|
399
391
|
outline: #6c757d 0 solid;
|
|
400
|
-
box-shadow: 0 0 0 0.25em rgba(31, 113, 201, 0.5);
|
|
401
392
|
}
|
|
402
393
|
.e-btn-group .e-btn:active.e-success,
|
|
403
394
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
@@ -408,7 +399,6 @@
|
|
|
408
399
|
background: #1e7e34;
|
|
409
400
|
border-color: #1c7430;
|
|
410
401
|
color: #fff;
|
|
411
|
-
box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
|
|
412
402
|
}
|
|
413
403
|
.e-btn-group .e-btn:active.e-info,
|
|
414
404
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
@@ -419,7 +409,6 @@
|
|
|
419
409
|
background: #117a8b;
|
|
420
410
|
color: #fff;
|
|
421
411
|
border-color: #10707f;
|
|
422
|
-
box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
|
|
423
412
|
}
|
|
424
413
|
.e-btn-group .e-btn:active.e-warning,
|
|
425
414
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -430,7 +419,6 @@
|
|
|
430
419
|
background: #d39e00;
|
|
431
420
|
border-color: #c69500;
|
|
432
421
|
color: #212529;
|
|
433
|
-
box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
|
|
434
422
|
}
|
|
435
423
|
.e-btn-group .e-btn:active.e-danger,
|
|
436
424
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
@@ -441,7 +429,6 @@
|
|
|
441
429
|
background: #bd2130;
|
|
442
430
|
border-color: #b21f2d;
|
|
443
431
|
color: #fff;
|
|
444
|
-
box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
|
|
445
432
|
}
|
|
446
433
|
.e-btn-group .e-btn:active.e-outline,
|
|
447
434
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
@@ -451,7 +438,6 @@
|
|
|
451
438
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
452
439
|
background: #6c757d;
|
|
453
440
|
border-color: transparent;
|
|
454
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
455
441
|
color: #fff;
|
|
456
442
|
}
|
|
457
443
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -462,7 +448,6 @@
|
|
|
462
448
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
463
449
|
background: #007bff;
|
|
464
450
|
border-color: transparent;
|
|
465
|
-
box-shadow: 0 0 0 0.25em rgba(31, 139, 255, 0.5);
|
|
466
451
|
color: #fff;
|
|
467
452
|
}
|
|
468
453
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -473,7 +458,6 @@
|
|
|
473
458
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
474
459
|
background: #28a745;
|
|
475
460
|
border-color: transparent;
|
|
476
|
-
box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
|
|
477
461
|
color: #fff;
|
|
478
462
|
}
|
|
479
463
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -484,7 +468,6 @@
|
|
|
484
468
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
485
469
|
background: #17a2b8;
|
|
486
470
|
border-color: transparent;
|
|
487
|
-
box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
|
|
488
471
|
color: #fff;
|
|
489
472
|
}
|
|
490
473
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -495,7 +478,6 @@
|
|
|
495
478
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
496
479
|
background: #ffc107;
|
|
497
480
|
border-color: transparent;
|
|
498
|
-
box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
|
|
499
481
|
color: #212529;
|
|
500
482
|
}
|
|
501
483
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -506,7 +488,6 @@
|
|
|
506
488
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
507
489
|
background: #dc3545;
|
|
508
490
|
border-color: transparent;
|
|
509
|
-
box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
|
|
510
491
|
color: #fff;
|
|
511
492
|
}
|
|
512
493
|
.e-btn-group .e-btn:disabled,
|
|
@@ -662,28 +643,28 @@
|
|
|
662
643
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
663
644
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
664
645
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
665
|
-
border-color: #
|
|
646
|
+
border-color: #23923d;
|
|
666
647
|
outline-color: inherit;
|
|
667
648
|
}
|
|
668
649
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
669
650
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
670
651
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
671
652
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
672
|
-
border-color: #
|
|
653
|
+
border-color: #148ea1;
|
|
673
654
|
outline-color: inherit;
|
|
674
655
|
}
|
|
675
656
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
676
657
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
677
658
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
678
659
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
679
|
-
border-color: #
|
|
660
|
+
border-color: #edb100;
|
|
680
661
|
outline-color: inherit;
|
|
681
662
|
}
|
|
682
663
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
683
664
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
684
665
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
685
666
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
686
|
-
border-color: #
|
|
667
|
+
border-color: #d32535;
|
|
687
668
|
outline-color: inherit;
|
|
688
669
|
}
|
|
689
670
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
@@ -717,28 +698,28 @@
|
|
|
717
698
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
718
699
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
719
700
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
720
|
-
border-color: #
|
|
701
|
+
border-color: #23923d;
|
|
721
702
|
outline-color: inherit;
|
|
722
703
|
}
|
|
723
704
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
724
705
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
725
706
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
726
707
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
727
|
-
border-color: #
|
|
708
|
+
border-color: #148ea1;
|
|
728
709
|
outline-color: inherit;
|
|
729
710
|
}
|
|
730
711
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
731
712
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
732
713
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
733
714
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
734
|
-
border-color: #
|
|
715
|
+
border-color: #edb100;
|
|
735
716
|
outline-color: inherit;
|
|
736
717
|
}
|
|
737
718
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
738
719
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
739
720
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
740
721
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
741
|
-
border-color: #
|
|
722
|
+
border-color: #d32535;
|
|
742
723
|
outline-color: inherit;
|
|
743
724
|
}
|
|
744
725
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
339
339
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
340
340
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
341
|
+
box-shadow: none;
|
|
341
342
|
border-color: #5c636a;
|
|
342
343
|
}
|
|
343
344
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
339
339
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
340
340
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
341
|
+
box-shadow: none;
|
|
341
342
|
border-color: #5c636a;
|
|
342
343
|
}
|
|
343
344
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -377,7 +377,6 @@
|
|
|
377
377
|
color: rgba(0, 0, 0, 0.87);
|
|
378
378
|
outline: #fafafa 0 solid;
|
|
379
379
|
outline-offset: 0;
|
|
380
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
381
380
|
}
|
|
382
381
|
.e-btn-group .e-btn:active.e-primary,
|
|
383
382
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -495,7 +495,6 @@
|
|
|
495
495
|
color: rgba(var(--color-sf-on-surface));
|
|
496
496
|
outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
|
|
497
497
|
outline-offset: 0;
|
|
498
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
499
498
|
box-shadow: none;
|
|
500
499
|
}
|
|
501
500
|
.e-btn-group .e-btn:active.e-primary,
|
|
@@ -551,7 +551,6 @@
|
|
|
551
551
|
color: rgba(var(--color-sf-on-surface));
|
|
552
552
|
outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
|
|
553
553
|
outline-offset: 0;
|
|
554
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
555
554
|
box-shadow: none;
|
|
556
555
|
}
|
|
557
556
|
.e-btn-group .e-btn:active.e-primary,
|
|
@@ -332,6 +332,7 @@
|
|
|
332
332
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
333
333
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
334
334
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
335
|
+
box-shadow: none;
|
|
335
336
|
}
|
|
336
337
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
337
338
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -374,7 +375,6 @@
|
|
|
374
375
|
color: #fff;
|
|
375
376
|
outline: #1f2937 0 solid;
|
|
376
377
|
outline-offset: 0;
|
|
377
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
378
378
|
}
|
|
379
379
|
.e-btn-group .e-btn:active.e-primary,
|
|
380
380
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -332,6 +332,7 @@
|
|
|
332
332
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
333
333
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
334
334
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
335
|
+
box-shadow: none;
|
|
335
336
|
}
|
|
336
337
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
337
338
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -374,7 +375,6 @@
|
|
|
374
375
|
color: #374151;
|
|
375
376
|
outline: #fff 0 solid;
|
|
376
377
|
outline-offset: 0;
|
|
377
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
378
378
|
}
|
|
379
379
|
.e-btn-group .e-btn:active.e-primary,
|
|
380
380
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -31,7 +31,7 @@ $drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
|
31
31
|
$drop-down-btn-popup-margin-top: 4px !default;
|
|
32
32
|
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
33
33
|
$drop-down-btn-ul-border: 0 solid $border-light !default;
|
|
34
|
-
$drop-down-btn-li-box-shadow:
|
|
34
|
+
$drop-down-btn-li-box-shadow: inset 0 0 0 1px rgba($content-text-color, 1) !default;
|
|
35
35
|
$drop-down-btn-li-border-style: solid !default;
|
|
36
36
|
|
|
37
37
|
//Color
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -937,7 +937,6 @@
|
|
|
937
937
|
color: rgba(0, 0, 0, 0.87);
|
|
938
938
|
outline: #fafafa 0 solid;
|
|
939
939
|
outline-offset: 0;
|
|
940
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
941
940
|
}
|
|
942
941
|
.e-btn-group .e-btn:active.e-primary,
|
|
943
942
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -1091,7 +1091,6 @@
|
|
|
1091
1091
|
color: rgba(var(--color-sf-on-surface));
|
|
1092
1092
|
outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
|
|
1093
1093
|
outline-offset: 0;
|
|
1094
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1095
1094
|
box-shadow: none;
|
|
1096
1095
|
}
|
|
1097
1096
|
.e-btn-group .e-btn:active.e-primary,
|
package/styles/material3.css
CHANGED
|
@@ -1141,7 +1141,6 @@
|
|
|
1141
1141
|
color: rgba(var(--color-sf-on-surface));
|
|
1142
1142
|
outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
|
|
1143
1143
|
outline-offset: 0;
|
|
1144
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1145
1144
|
box-shadow: none;
|
|
1146
1145
|
}
|
|
1147
1146
|
.e-btn-group .e-btn:active.e-primary,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
920
920
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
921
921
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
922
|
+
box-shadow: none;
|
|
922
923
|
}
|
|
923
924
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
924
925
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -961,7 +962,6 @@
|
|
|
961
962
|
color: #fff;
|
|
962
963
|
outline: #1f2937 0 solid;
|
|
963
964
|
outline-offset: 0;
|
|
964
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
965
965
|
}
|
|
966
966
|
.e-btn-group .e-btn:active.e-primary,
|
|
967
967
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/tailwind.css
CHANGED
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
920
920
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
921
921
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
922
|
+
box-shadow: none;
|
|
922
923
|
}
|
|
923
924
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
924
925
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
@@ -961,7 +962,6 @@
|
|
|
961
962
|
color: #374151;
|
|
962
963
|
outline: #fff 0 solid;
|
|
963
964
|
outline-offset: 0;
|
|
964
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
965
965
|
}
|
|
966
966
|
.e-btn-group .e-btn:active.e-primary,
|
|
967
967
|
.e-btn-group input:active + label.e-btn.e-primary,
|