@syncfusion/ej2-splitbuttons 25.1.38 → 25.2.4
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 +9 -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 +26 -0
- package/styles/bootstrap.css +26 -0
- package/styles/bootstrap4.css +26 -0
- package/styles/bootstrap5-dark.css +26 -0
- package/styles/bootstrap5.css +26 -0
- package/styles/button-group/_theme.scss +1 -0
- package/styles/button-group/bootstrap-dark.css +26 -0
- package/styles/button-group/bootstrap.css +26 -0
- package/styles/button-group/bootstrap4.css +26 -0
- package/styles/button-group/bootstrap5-dark.css +26 -0
- package/styles/button-group/bootstrap5.css +26 -0
- package/styles/button-group/fabric-dark.css +26 -0
- package/styles/button-group/fabric.css +26 -0
- package/styles/button-group/fluent-dark.css +26 -0
- package/styles/button-group/fluent.css +26 -0
- package/styles/button-group/highcontrast-light.css +26 -0
- package/styles/button-group/highcontrast.css +26 -0
- package/styles/button-group/material-dark.css +26 -0
- package/styles/button-group/material.css +26 -0
- package/styles/button-group/material3-dark.css +26 -0
- package/styles/button-group/material3.css +26 -0
- package/styles/button-group/tailwind-dark.css +26 -0
- package/styles/button-group/tailwind.css +26 -0
- package/styles/fabric-dark.css +26 -0
- package/styles/fabric.css +26 -0
- package/styles/fluent-dark.css +26 -0
- package/styles/fluent.css +26 -0
- package/styles/highcontrast-light.css +26 -0
- package/styles/highcontrast.css +26 -0
- package/styles/material-dark.css +26 -0
- package/styles/material.css +26 -0
- package/styles/material3-dark.css +26 -0
- package/styles/material3.css +26 -0
- package/styles/tailwind-dark.css +26 -0
- package/styles/tailwind.css +26 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ButtonGroup
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Issue in "box shadow correction while clicking single or multiple selection mode buttons" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 25.1.38 (2024-04-02)
|
|
12
|
+
|
|
5
13
|
### DropDownButton
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
|
@@ -362,4 +370,4 @@ SplitButton component has primary and secondary button. Primary button is used t
|
|
|
362
370
|
|
|
363
371
|
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
364
372
|
|
|
365
|
-
- **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.
|
|
373
|
+
- **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 : 25.
|
|
3
|
+
* version : 25.2.4
|
|
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 : 25.
|
|
3
|
+
* version : 25.2.4
|
|
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 : 25.
|
|
3
|
+
* version : 25.2.4
|
|
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 : 25.
|
|
3
|
+
* version : 25.2.4
|
|
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@25.
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@25.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-QhJTvWmDM4iVnlxAq1BSFRLN1qf1zYDmPOwx7hL1/udWwrCqFzKOrkchHZhSOU3szVPaI0ihFc3h4p7LlJkyyg==",
|
|
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-25.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-25.2.3.tgz",
|
|
37
|
+
"_shasum": "3d9fabd2b9843287d3774210bb5d2bf0c10d33d7",
|
|
38
38
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
39
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~25.
|
|
49
|
-
"@syncfusion/ej2-popups": "~25.
|
|
48
|
+
"@syncfusion/ej2-base": "~25.2.3",
|
|
49
|
+
"@syncfusion/ej2-popups": "~25.2.4"
|
|
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": "25.
|
|
92
|
+
"version": "25.2.4",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -808,8 +808,10 @@
|
|
|
808
808
|
box-shadow: none;
|
|
809
809
|
}
|
|
810
810
|
.e-btn-group .e-btn:focus,
|
|
811
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
811
812
|
.e-btn-group input:focus + label.e-btn,
|
|
812
813
|
.e-css.e-btn-group .e-btn:focus,
|
|
814
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
813
815
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
814
816
|
background: #2a2a2a;
|
|
815
817
|
border-color: #585858;
|
|
@@ -821,8 +823,10 @@
|
|
|
821
823
|
outline-color: inherit;
|
|
822
824
|
}
|
|
823
825
|
.e-btn-group .e-btn:focus.e-primary,
|
|
826
|
+
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
824
827
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
825
828
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
829
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
826
830
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
827
831
|
background: #0058bd;
|
|
828
832
|
border-color: #0058bd;
|
|
@@ -833,8 +837,10 @@
|
|
|
833
837
|
outline-color: inherit;
|
|
834
838
|
}
|
|
835
839
|
.e-btn-group .e-btn:focus.e-success,
|
|
840
|
+
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
836
841
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
837
842
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
843
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
838
844
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
839
845
|
background: #265e28;
|
|
840
846
|
border-color: #265e28;
|
|
@@ -844,8 +850,10 @@
|
|
|
844
850
|
outline-color: inherit;
|
|
845
851
|
}
|
|
846
852
|
.e-btn-group .e-btn:focus.e-info,
|
|
853
|
+
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
847
854
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
848
855
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
856
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
849
857
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
850
858
|
background: #175b66;
|
|
851
859
|
border-color: #175b66;
|
|
@@ -855,8 +863,10 @@
|
|
|
855
863
|
outline-color: inherit;
|
|
856
864
|
}
|
|
857
865
|
.e-btn-group .e-btn:focus.e-warning,
|
|
866
|
+
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
858
867
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
859
868
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
869
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
860
870
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
861
871
|
background: #f69807;
|
|
862
872
|
border-color: #7a4c04;
|
|
@@ -866,8 +876,10 @@
|
|
|
866
876
|
outline-color: inherit;
|
|
867
877
|
}
|
|
868
878
|
.e-btn-group .e-btn:focus.e-danger,
|
|
879
|
+
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
869
880
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
870
881
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
882
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
871
883
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
872
884
|
background: #982525;
|
|
873
885
|
border-color: #982525;
|
|
@@ -877,8 +889,10 @@
|
|
|
877
889
|
outline-color: inherit;
|
|
878
890
|
}
|
|
879
891
|
.e-btn-group .e-btn:focus.e-link,
|
|
892
|
+
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
880
893
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
881
894
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
895
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
882
896
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
883
897
|
border-radius: 0;
|
|
884
898
|
text-decoration: underline;
|
|
@@ -889,39 +903,51 @@
|
|
|
889
903
|
outline: none;
|
|
890
904
|
}
|
|
891
905
|
.e-btn-group .e-btn:focus.e-outline,
|
|
906
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
892
907
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
893
908
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
909
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
894
910
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
895
911
|
box-shadow: none;
|
|
896
912
|
box-shadow: none;
|
|
897
913
|
}
|
|
898
914
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
915
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
899
916
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
900
917
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
918
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
901
919
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
902
920
|
box-shadow: none;
|
|
903
921
|
}
|
|
904
922
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
923
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
905
924
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
906
925
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
926
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
907
927
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
908
928
|
box-shadow: none;
|
|
909
929
|
}
|
|
910
930
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
931
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
911
932
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
912
933
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
934
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
913
935
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
914
936
|
box-shadow: none;
|
|
915
937
|
}
|
|
916
938
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
939
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
917
940
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
918
941
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
942
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
919
943
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
920
944
|
box-shadow: none;
|
|
921
945
|
}
|
|
922
946
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
947
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
923
948
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
924
949
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
950
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
925
951
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
926
952
|
box-shadow: none;
|
|
927
953
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -808,8 +808,10 @@
|
|
|
808
808
|
box-shadow: none;
|
|
809
809
|
}
|
|
810
810
|
.e-btn-group .e-btn:focus,
|
|
811
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
811
812
|
.e-btn-group input:focus + label.e-btn,
|
|
812
813
|
.e-css.e-btn-group .e-btn:focus,
|
|
814
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
813
815
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
814
816
|
background: #e6e6e6;
|
|
815
817
|
border-color: #8c8c8c;
|
|
@@ -821,8 +823,10 @@
|
|
|
821
823
|
outline-color: inherit;
|
|
822
824
|
}
|
|
823
825
|
.e-btn-group .e-btn:focus.e-primary,
|
|
826
|
+
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
824
827
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
825
828
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
829
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
826
830
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
827
831
|
background: #21527d;
|
|
828
832
|
border-color: #0c1d2c;
|
|
@@ -833,8 +837,10 @@
|
|
|
833
837
|
outline-color: inherit;
|
|
834
838
|
}
|
|
835
839
|
.e-btn-group .e-btn:focus.e-success,
|
|
840
|
+
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
836
841
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
837
842
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
843
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
838
844
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
839
845
|
background: #124a1f;
|
|
840
846
|
border-color: black;
|
|
@@ -844,8 +850,10 @@
|
|
|
844
850
|
outline-color: inherit;
|
|
845
851
|
}
|
|
846
852
|
.e-btn-group .e-btn:focus.e-info,
|
|
853
|
+
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
847
854
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
848
855
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
856
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
849
857
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
850
858
|
background: #104b5d;
|
|
851
859
|
border-color: #010406;
|
|
@@ -855,8 +863,10 @@
|
|
|
855
863
|
outline-color: inherit;
|
|
856
864
|
}
|
|
857
865
|
.e-btn-group .e-btn:focus.e-warning,
|
|
866
|
+
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
858
867
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
859
868
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
869
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
860
870
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
861
871
|
background: #613b05;
|
|
862
872
|
border-color: black;
|
|
@@ -866,8 +876,10 @@
|
|
|
866
876
|
outline-color: inherit;
|
|
867
877
|
}
|
|
868
878
|
.e-btn-group .e-btn:focus.e-danger,
|
|
879
|
+
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
869
880
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
870
881
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
882
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
871
883
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
872
884
|
background: #a51c2a;
|
|
873
885
|
border-color: #4e0d14;
|
|
@@ -877,8 +889,10 @@
|
|
|
877
889
|
outline-color: inherit;
|
|
878
890
|
}
|
|
879
891
|
.e-btn-group .e-btn:focus.e-link,
|
|
892
|
+
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
880
893
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
881
894
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
895
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
882
896
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
883
897
|
border-radius: 0;
|
|
884
898
|
text-decoration: underline;
|
|
@@ -889,39 +903,51 @@
|
|
|
889
903
|
outline: none;
|
|
890
904
|
}
|
|
891
905
|
.e-btn-group .e-btn:focus.e-outline,
|
|
906
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
892
907
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
893
908
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
909
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
894
910
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
895
911
|
box-shadow: none;
|
|
896
912
|
box-shadow: none;
|
|
897
913
|
}
|
|
898
914
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
915
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
899
916
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
900
917
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
918
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
901
919
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
902
920
|
box-shadow: none;
|
|
903
921
|
}
|
|
904
922
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
923
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
905
924
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
906
925
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
926
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
907
927
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
908
928
|
box-shadow: none;
|
|
909
929
|
}
|
|
910
930
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
931
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
911
932
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
912
933
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
934
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
913
935
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
914
936
|
box-shadow: none;
|
|
915
937
|
}
|
|
916
938
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
939
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
917
940
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
918
941
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
942
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
919
943
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
920
944
|
box-shadow: none;
|
|
921
945
|
}
|
|
922
946
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
947
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
923
948
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
924
949
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
950
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
925
951
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
926
952
|
box-shadow: none;
|
|
927
953
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -807,8 +807,10 @@
|
|
|
807
807
|
box-shadow: none;
|
|
808
808
|
}
|
|
809
809
|
.e-btn-group .e-btn:focus,
|
|
810
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
810
811
|
.e-btn-group input:focus + label.e-btn,
|
|
811
812
|
.e-css.e-btn-group .e-btn:focus,
|
|
813
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
812
814
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
813
815
|
background: #5b636a;
|
|
814
816
|
border-color: #60686f;
|
|
@@ -819,8 +821,10 @@
|
|
|
819
821
|
outline-color: inherit;
|
|
820
822
|
}
|
|
821
823
|
.e-btn-group .e-btn:focus.e-primary,
|
|
824
|
+
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
822
825
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
823
826
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
827
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
824
828
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
825
829
|
background: #006adb;
|
|
826
830
|
border-color: #006fe6;
|
|
@@ -830,8 +834,10 @@
|
|
|
830
834
|
outline-color: inherit;
|
|
831
835
|
}
|
|
832
836
|
.e-btn-group .e-btn:focus.e-success,
|
|
837
|
+
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
833
838
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
834
839
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
840
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
835
841
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
836
842
|
background: #218a39;
|
|
837
843
|
border-color: #23923d;
|
|
@@ -840,8 +846,10 @@
|
|
|
840
846
|
outline-color: inherit;
|
|
841
847
|
}
|
|
842
848
|
.e-btn-group .e-btn:focus.e-info,
|
|
849
|
+
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
843
850
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
844
851
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
852
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
845
853
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
846
854
|
background: #138698;
|
|
847
855
|
border-color: #148ea1;
|
|
@@ -850,8 +858,10 @@
|
|
|
850
858
|
outline-color: inherit;
|
|
851
859
|
}
|
|
852
860
|
.e-btn-group .e-btn:focus.e-warning,
|
|
861
|
+
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
853
862
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
854
863
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
864
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
855
865
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
856
866
|
background: #e2aa00;
|
|
857
867
|
border-color: #edb100;
|
|
@@ -860,8 +870,10 @@
|
|
|
860
870
|
outline-color: inherit;
|
|
861
871
|
}
|
|
862
872
|
.e-btn-group .e-btn:focus.e-danger,
|
|
873
|
+
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
863
874
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
864
875
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
876
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
865
877
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
866
878
|
background: #ca2333;
|
|
867
879
|
border-color: #d32535;
|
|
@@ -870,8 +882,10 @@
|
|
|
870
882
|
outline-color: inherit;
|
|
871
883
|
}
|
|
872
884
|
.e-btn-group .e-btn:focus.e-link,
|
|
885
|
+
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
873
886
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
874
887
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
888
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
875
889
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
876
890
|
border-radius: 0;
|
|
877
891
|
text-decoration: underline;
|
|
@@ -885,39 +899,51 @@
|
|
|
885
899
|
outline: none;
|
|
886
900
|
}
|
|
887
901
|
.e-btn-group .e-btn:focus.e-outline,
|
|
902
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
888
903
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
889
904
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
905
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
890
906
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
891
907
|
box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
|
|
892
908
|
box-shadow: none;
|
|
893
909
|
}
|
|
894
910
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
911
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
895
912
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
896
913
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
914
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
897
915
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
898
916
|
box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
899
917
|
}
|
|
900
918
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
919
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
901
920
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
902
921
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
922
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
903
923
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
904
924
|
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
905
925
|
}
|
|
906
926
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
927
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
907
928
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
908
929
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
930
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
909
931
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
910
932
|
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
911
933
|
}
|
|
912
934
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
935
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
913
936
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
914
937
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
938
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
915
939
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
916
940
|
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
917
941
|
}
|
|
918
942
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
943
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
919
944
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
920
945
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
946
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
921
947
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
922
948
|
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
923
949
|
}
|
|
@@ -814,8 +814,10 @@
|
|
|
814
814
|
box-shadow: none;
|
|
815
815
|
}
|
|
816
816
|
.e-btn-group .e-btn:focus,
|
|
817
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
817
818
|
.e-btn-group input:focus + label.e-btn,
|
|
818
819
|
.e-css.e-btn-group .e-btn:focus,
|
|
820
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
819
821
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
820
822
|
background: #5c636a;
|
|
821
823
|
border-color: #6c757d;
|
|
@@ -827,8 +829,10 @@
|
|
|
827
829
|
outline-color: inherit;
|
|
828
830
|
}
|
|
829
831
|
.e-btn-group .e-btn:focus.e-primary,
|
|
832
|
+
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
830
833
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
831
834
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
835
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
832
836
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
833
837
|
background: #0b5ed7;
|
|
834
838
|
border-color: #0d6efd;
|
|
@@ -839,8 +843,10 @@
|
|
|
839
843
|
outline-color: inherit;
|
|
840
844
|
}
|
|
841
845
|
.e-btn-group .e-btn:focus.e-success,
|
|
846
|
+
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
842
847
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
843
848
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
849
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
844
850
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
845
851
|
background: #157347;
|
|
846
852
|
border-color: #198754;
|
|
@@ -850,8 +856,10 @@
|
|
|
850
856
|
outline-color: inherit;
|
|
851
857
|
}
|
|
852
858
|
.e-btn-group .e-btn:focus.e-info,
|
|
859
|
+
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
853
860
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
854
861
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
862
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
855
863
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
856
864
|
background: #31d2f2;
|
|
857
865
|
border-color: #0dcaf0;
|
|
@@ -861,8 +869,10 @@
|
|
|
861
869
|
outline-color: inherit;
|
|
862
870
|
}
|
|
863
871
|
.e-btn-group .e-btn:focus.e-warning,
|
|
872
|
+
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
864
873
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
865
874
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
875
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
866
876
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
867
877
|
background: #ffca2c;
|
|
868
878
|
border-color: #ffc107;
|
|
@@ -872,8 +882,10 @@
|
|
|
872
882
|
outline-color: inherit;
|
|
873
883
|
}
|
|
874
884
|
.e-btn-group .e-btn:focus.e-danger,
|
|
885
|
+
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
875
886
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
876
887
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
888
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
877
889
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
878
890
|
background: #bb2d3b;
|
|
879
891
|
border-color: #dc3545;
|
|
@@ -883,8 +895,10 @@
|
|
|
883
895
|
outline-color: inherit;
|
|
884
896
|
}
|
|
885
897
|
.e-btn-group .e-btn:focus.e-link,
|
|
898
|
+
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
886
899
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
887
900
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
901
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
888
902
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
889
903
|
border-radius: 0;
|
|
890
904
|
text-decoration: underline;
|
|
@@ -895,44 +909,56 @@
|
|
|
895
909
|
outline: none;
|
|
896
910
|
}
|
|
897
911
|
.e-btn-group .e-btn:focus.e-outline,
|
|
912
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
898
913
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
899
914
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
915
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
900
916
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
901
917
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
902
918
|
box-shadow: none;
|
|
903
919
|
border-color: #5c636a;
|
|
904
920
|
}
|
|
905
921
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
922
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
906
923
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
907
924
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
925
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
908
926
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
909
927
|
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
910
928
|
border-color: #0d6efd;
|
|
911
929
|
}
|
|
912
930
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
931
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
913
932
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
914
933
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
934
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
915
935
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
916
936
|
box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
917
937
|
border-color: #157347;
|
|
918
938
|
}
|
|
919
939
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
940
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
920
941
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
921
942
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
943
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
922
944
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
923
945
|
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
924
946
|
border-color: #31d2f2;
|
|
925
947
|
}
|
|
926
948
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
949
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
927
950
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
928
951
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
952
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
929
953
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
930
954
|
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
931
955
|
border-color: #ffca2c;
|
|
932
956
|
}
|
|
933
957
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
958
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
934
959
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
935
960
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
961
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
936
962
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
937
963
|
box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
938
964
|
border-color: #bb2d3b;
|