@syncfusion/ej2-navigations 24.1.41 → 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.
- package/CHANGELOG.md +34 -0
- package/README.md +1 -1
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +102 -15
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +111 -24
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/common/menu-base.js +21 -0
- package/src/stepper/stepper.js +26 -12
- package/src/tab/tab.js +1 -1
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +63 -11
- package/styles/bootstrap-dark.css +5 -4
- package/styles/bootstrap.css +5 -4
- package/styles/bootstrap4.css +5 -4
- package/styles/bootstrap5-dark.css +14 -11
- package/styles/bootstrap5.css +14 -11
- package/styles/fabric-dark.css +5 -4
- package/styles/fabric.css +5 -4
- package/styles/fluent-dark.css +9 -8
- package/styles/fluent.css +9 -8
- package/styles/highcontrast-light.css +5 -4
- package/styles/highcontrast.css +5 -4
- package/styles/material-dark.css +5 -4
- package/styles/material.css +5 -4
- package/styles/material3-dark.css +5 -4
- package/styles/material3.css +5 -4
- package/styles/menu/_layout.scss +0 -1
- package/styles/menu/bootstrap-dark.css +0 -1
- package/styles/menu/bootstrap.css +0 -1
- package/styles/menu/bootstrap4.css +0 -1
- package/styles/menu/bootstrap5-dark.css +0 -1
- package/styles/menu/bootstrap5.css +0 -1
- package/styles/menu/fabric-dark.css +0 -1
- package/styles/menu/fabric.css +0 -1
- package/styles/menu/fluent-dark.css +0 -1
- package/styles/menu/fluent.css +0 -1
- package/styles/menu/highcontrast-light.css +0 -1
- package/styles/menu/highcontrast.css +0 -1
- package/styles/menu/material-dark.css +0 -1
- package/styles/menu/material.css +0 -1
- package/styles/menu/material3-dark.css +0 -1
- package/styles/menu/material3.css +0 -1
- package/styles/menu/tailwind-dark.css +0 -1
- package/styles/menu/tailwind.css +0 -1
- package/styles/stepper/_bootstrap-dark-definition.scss +1 -0
- package/styles/stepper/_bootstrap-definition.scss +1 -0
- package/styles/stepper/_bootstrap4-definition.scss +1 -0
- package/styles/stepper/_bootstrap5-definition.scss +1 -0
- package/styles/stepper/_fabric-dark-definition.scss +1 -0
- package/styles/stepper/_fabric-definition.scss +1 -0
- package/styles/stepper/_fluent-definition.scss +1 -0
- package/styles/stepper/_fusionnew-definition.scss +1 -0
- package/styles/stepper/_highcontrast-definition.scss +1 -0
- package/styles/stepper/_highcontrast-light-definition.scss +1 -0
- package/styles/stepper/_material-dark-definition.scss +1 -0
- package/styles/stepper/_material-definition.scss +1 -0
- package/styles/stepper/_material3-definition.scss +1 -0
- package/styles/stepper/_tailwind-definition.scss +1 -0
- package/styles/stepper/_theme.scss +9 -3
- package/styles/stepper/bootstrap-dark.css +5 -3
- package/styles/stepper/bootstrap.css +5 -3
- package/styles/stepper/bootstrap4.css +5 -3
- package/styles/stepper/bootstrap5-dark.css +5 -3
- package/styles/stepper/bootstrap5.css +5 -3
- package/styles/stepper/fabric-dark.css +5 -3
- package/styles/stepper/fabric.css +5 -3
- package/styles/stepper/fluent-dark.css +5 -3
- package/styles/stepper/fluent.css +5 -3
- package/styles/stepper/highcontrast-light.css +5 -3
- package/styles/stepper/highcontrast.css +5 -3
- package/styles/stepper/material-dark.css +5 -3
- package/styles/stepper/material.css +5 -3
- package/styles/stepper/material3-dark.css +5 -3
- package/styles/stepper/material3.css +5 -3
- package/styles/stepper/tailwind-dark.css +5 -3
- package/styles/stepper/tailwind.css +5 -3
- package/styles/tailwind-dark.css +9 -8
- package/styles/tailwind.css +9 -8
- package/styles/toolbar/_bootstrap5-definition.scss +5 -5
- package/styles/toolbar/_fluent-definition.scss +2 -2
- package/styles/toolbar/_tailwind-definition.scss +2 -2
- package/styles/toolbar/_theme.scss +8 -0
- package/styles/toolbar/bootstrap5-dark.css +9 -7
- package/styles/toolbar/bootstrap5.css +9 -7
- package/styles/toolbar/fluent-dark.css +4 -4
- package/styles/toolbar/fluent.css +4 -4
- package/styles/toolbar/tailwind-dark.css +4 -4
- package/styles/toolbar/tailwind.css +4 -4
package/styles/fluent-dark.css
CHANGED
|
@@ -2109,13 +2109,13 @@
|
|
|
2109
2109
|
box-shadow: none;
|
|
2110
2110
|
}
|
|
2111
2111
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2112
|
-
background:
|
|
2112
|
+
background: none;
|
|
2113
2113
|
border-radius: 0;
|
|
2114
2114
|
color: #f3f2f1;
|
|
2115
2115
|
border-color: #a19f9d;
|
|
2116
2116
|
border-style: solid;
|
|
2117
2117
|
border-width: 0;
|
|
2118
|
-
box-shadow:
|
|
2118
|
+
box-shadow: inset 0 0 0 1px;
|
|
2119
2119
|
}
|
|
2120
2120
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2121
2121
|
color: #a19f9d;
|
|
@@ -2299,12 +2299,12 @@
|
|
|
2299
2299
|
border: none;
|
|
2300
2300
|
}
|
|
2301
2301
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2302
|
-
background:
|
|
2302
|
+
background: none;
|
|
2303
2303
|
border-radius: 0;
|
|
2304
2304
|
border-color: #a19f9d;
|
|
2305
2305
|
border-style: solid;
|
|
2306
2306
|
border-width: 0;
|
|
2307
|
-
box-shadow:
|
|
2307
|
+
box-shadow: inset 0 0 0 1px;
|
|
2308
2308
|
}
|
|
2309
2309
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2310
2310
|
background: #292827;
|
|
@@ -9135,7 +9135,6 @@ ejs-sidebar {
|
|
|
9135
9135
|
font-size: 16px;
|
|
9136
9136
|
padding: 4px 0;
|
|
9137
9137
|
white-space: nowrap;
|
|
9138
|
-
max-width: 280px;
|
|
9139
9138
|
min-width: 112px;
|
|
9140
9139
|
}
|
|
9141
9140
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10937,12 +10936,14 @@ ejs-sidebar {
|
|
|
10937
10936
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10938
10937
|
background-color: #0078d4;
|
|
10939
10938
|
}
|
|
10940
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10939
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10940
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
|
|
10941
|
+
}
|
|
10941
10942
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10942
10943
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10943
10944
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10944
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10945
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #
|
|
10945
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10946
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19 !important; /* stylelint-disable-line declaration-no-important */
|
|
10946
10947
|
}
|
|
10947
10948
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10948
10949
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/fluent.css
CHANGED
|
@@ -2109,13 +2109,13 @@
|
|
|
2109
2109
|
box-shadow: none;
|
|
2110
2110
|
}
|
|
2111
2111
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2112
|
-
background:
|
|
2112
|
+
background: none;
|
|
2113
2113
|
border-radius: 0;
|
|
2114
2114
|
color: #201f1e;
|
|
2115
2115
|
border-color: #605e5c;
|
|
2116
2116
|
border-style: solid;
|
|
2117
2117
|
border-width: 0;
|
|
2118
|
-
box-shadow:
|
|
2118
|
+
box-shadow: inset 0 0 0 1px;
|
|
2119
2119
|
}
|
|
2120
2120
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2121
2121
|
color: #605e5c;
|
|
@@ -2299,12 +2299,12 @@
|
|
|
2299
2299
|
border: none;
|
|
2300
2300
|
}
|
|
2301
2301
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2302
|
-
background:
|
|
2302
|
+
background: none;
|
|
2303
2303
|
border-radius: 0;
|
|
2304
2304
|
border-color: #605e5c;
|
|
2305
2305
|
border-style: solid;
|
|
2306
2306
|
border-width: 0;
|
|
2307
|
-
box-shadow:
|
|
2307
|
+
box-shadow: inset 0 0 0 1px;
|
|
2308
2308
|
}
|
|
2309
2309
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2310
2310
|
background: #edebe9;
|
|
@@ -9135,7 +9135,6 @@ ejs-sidebar {
|
|
|
9135
9135
|
font-size: 16px;
|
|
9136
9136
|
padding: 4px 0;
|
|
9137
9137
|
white-space: nowrap;
|
|
9138
|
-
max-width: 280px;
|
|
9139
9138
|
min-width: 112px;
|
|
9140
9139
|
}
|
|
9141
9140
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10937,12 +10936,14 @@ ejs-sidebar {
|
|
|
10937
10936
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10938
10937
|
background-color: #0078d4;
|
|
10939
10938
|
}
|
|
10940
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10939
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10940
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d4, 0 0 0 8px #fff;
|
|
10941
|
+
}
|
|
10941
10942
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10942
10943
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10943
10944
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10944
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10945
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10945
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10946
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #201f1e, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10946
10947
|
}
|
|
10947
10948
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10948
10949
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
|
@@ -8969,7 +8969,6 @@ ejs-sidebar {
|
|
|
8969
8969
|
font-size: 15px;
|
|
8970
8970
|
padding: 0;
|
|
8971
8971
|
white-space: nowrap;
|
|
8972
|
-
max-width: 280px;
|
|
8973
8972
|
min-width: 112px;
|
|
8974
8973
|
}
|
|
8975
8974
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10794,12 +10793,14 @@ ejs-sidebar {
|
|
|
10794
10793
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10795
10794
|
background-color: #400074;
|
|
10796
10795
|
}
|
|
10797
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10796
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10797
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #400074, 0 0 0 8px #fff;
|
|
10798
|
+
}
|
|
10798
10799
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10799
10800
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10800
10801
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10801
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10802
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10802
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10803
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10803
10804
|
}
|
|
10804
10805
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10805
10806
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/highcontrast.css
CHANGED
|
@@ -9003,7 +9003,6 @@ ejs-sidebar {
|
|
|
9003
9003
|
font-size: 15px;
|
|
9004
9004
|
padding: 0;
|
|
9005
9005
|
white-space: nowrap;
|
|
9006
|
-
max-width: 280px;
|
|
9007
9006
|
min-width: 112px;
|
|
9008
9007
|
}
|
|
9009
9008
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10828,12 +10827,14 @@ ejs-sidebar {
|
|
|
10828
10827
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10829
10828
|
background-color: #ffd939;
|
|
10830
10829
|
}
|
|
10831
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10830
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10831
|
+
box-shadow: 0 0 0 2px #000, 0 0 0 4px #ffd939, 0 0 0 8px #000;
|
|
10832
|
+
}
|
|
10832
10833
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10833
10834
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10834
10835
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10835
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10836
|
-
box-shadow: 0 0 0 2px #000, 0 0 0 4px #
|
|
10836
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10837
|
+
box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff, 0 0 0 8px #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
10837
10838
|
}
|
|
10838
10839
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10839
10840
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/material-dark.css
CHANGED
|
@@ -9116,7 +9116,6 @@ ejs-sidebar {
|
|
|
9116
9116
|
font-size: 15px;
|
|
9117
9117
|
padding: 8px 0;
|
|
9118
9118
|
white-space: nowrap;
|
|
9119
|
-
max-width: 280px;
|
|
9120
9119
|
min-width: 112px;
|
|
9121
9120
|
}
|
|
9122
9121
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10917,12 +10916,14 @@ ejs-sidebar {
|
|
|
10917
10916
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10918
10917
|
background-color: #3f51b5;
|
|
10919
10918
|
}
|
|
10920
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10919
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10920
|
+
box-shadow: 0 0 0 2px #383838, 0 0 0 4px #3f51b5, 0 0 0 8px #383838;
|
|
10921
|
+
}
|
|
10921
10922
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10922
10923
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10923
10924
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10924
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10925
|
-
box-shadow: 0 0 0 2px #383838, 0 0 0 4px #
|
|
10925
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10926
|
+
box-shadow: 0 0 0 2px #383838, 0 0 0 4px #fff, 0 0 0 8px #383838 !important; /* stylelint-disable-line declaration-no-important */
|
|
10926
10927
|
}
|
|
10927
10928
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10928
10929
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/material.css
CHANGED
|
@@ -9136,7 +9136,6 @@ ejs-sidebar {
|
|
|
9136
9136
|
font-size: 15px;
|
|
9137
9137
|
padding: 8px 0;
|
|
9138
9138
|
white-space: nowrap;
|
|
9139
|
-
max-width: 280px;
|
|
9140
9139
|
min-width: 112px;
|
|
9141
9140
|
}
|
|
9142
9141
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -10937,12 +10936,14 @@ ejs-sidebar {
|
|
|
10937
10936
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10938
10937
|
background-color: #3f51b5;
|
|
10939
10938
|
}
|
|
10940
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10939
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10940
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
|
|
10941
|
+
}
|
|
10941
10942
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10942
10943
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10943
10944
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10944
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10945
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10945
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10946
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10946
10947
|
}
|
|
10947
10948
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10948
10949
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
|
@@ -9245,7 +9245,6 @@ ejs-sidebar {
|
|
|
9245
9245
|
font-size: 16px;
|
|
9246
9246
|
padding: 8px 0;
|
|
9247
9247
|
white-space: nowrap;
|
|
9248
|
-
max-width: 280px;
|
|
9249
9248
|
min-width: 112px;
|
|
9250
9249
|
}
|
|
9251
9250
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -11039,12 +11038,14 @@ ejs-sidebar {
|
|
|
11039
11038
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
11040
11039
|
background-color: rgba(var(--color-sf-primary));
|
|
11041
11040
|
}
|
|
11042
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
11041
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
11042
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
11043
|
+
}
|
|
11043
11044
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
11044
11045
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
11045
11046
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
11046
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
11047
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-
|
|
11047
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
11048
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
11048
11049
|
}
|
|
11049
11050
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
11050
11051
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/material3.css
CHANGED
|
@@ -9301,7 +9301,6 @@ ejs-sidebar {
|
|
|
9301
9301
|
font-size: 16px;
|
|
9302
9302
|
padding: 8px 0;
|
|
9303
9303
|
white-space: nowrap;
|
|
9304
|
-
max-width: 280px;
|
|
9305
9304
|
min-width: 112px;
|
|
9306
9305
|
}
|
|
9307
9306
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
|
@@ -11095,12 +11094,14 @@ ejs-sidebar {
|
|
|
11095
11094
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
11096
11095
|
background-color: rgba(var(--color-sf-primary));
|
|
11097
11096
|
}
|
|
11098
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
11097
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
11098
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
|
|
11099
|
+
}
|
|
11099
11100
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
11100
11101
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
11101
11102
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
11102
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
11103
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-
|
|
11103
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
11104
|
+
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
11104
11105
|
}
|
|
11105
11106
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
11106
11107
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/menu/_layout.scss
CHANGED
package/styles/menu/fabric.css
CHANGED
package/styles/menu/fluent.css
CHANGED
package/styles/menu/material.css
CHANGED
package/styles/menu/tailwind.css
CHANGED
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $gray-base, 0 0 0 4px $brand-primary, 0 0 0 8px $gray-base !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $gray-base, 0 0 0 4px $grey-light-font, 0 0 0 8px $gray-base !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $gray-base, 0 0 0 4px $brand-success, 0 0 0 8px $gray-base !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $gray-base, 0 0 0 4px $brand-danger, 0 0 0 8px $gray-base !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $gray-base !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $brand-primary, 0 0 0 8px $grey-white !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $base-font, 0 0 0 8px $grey-white !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $brand-success, 0 0 0 8px $grey-white !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $brand-danger, 0 0 0 8px $grey-white !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $grey-white !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $white, 0 0 0 4px $primary, 0 0 0 8px $white !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $white, 0 0 0 4px $gray-700, 0 0 0 8px $white !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $white, 0 0 0 4px $success, 0 0 0 8px $white !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $white, 0 0 0 4px $danger, 0 0 0 8px $white !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $white !default;
|
|
@@ -44,6 +44,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
44
44
|
$stepper-bigger-small-text-size: 14px !default;
|
|
45
45
|
|
|
46
46
|
$step-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $primary, 0 0 0 8px $content-bg-color !default;
|
|
47
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
|
|
47
48
|
$step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success, 0 0 0 8px $content-bg-color !default;
|
|
48
49
|
$step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $danger, 0 0 0 8px $content-bg-color !default;
|
|
49
50
|
$step-li-shadow: 0 0 0 8px $content-bg-color !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $theme-primary, 0 0 0 8px $neutral-white !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $neutral-light-fontalt, 0 0 0 8px $neutral-white !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $success-bg, 0 0 0 8px $neutral-white !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $error-bg, 0 0 0 8px $neutral-white !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $neutral-white !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $theme-primary, 0 0 0 8px $neutral-white !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $base-font, 0 0 0 8px $neutral-white !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $success-bg, 0 0 0 8px $neutral-white !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $neutral-white, 0 0 0 4px $error-bg, 0 0 0 8px $neutral-white !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $neutral-white !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $primary-border-color, 0 0 0 8px $content-bg-color !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success, 0 0 0 8px $content-bg-color !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $danger, 0 0 0 8px $content-bg-color !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $content-bg-color !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $primary-border-color, 0 0 0 8px $content-bg-color !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success, 0 0 0 8px $content-bg-color !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $danger, 0 0 0 8px $content-bg-color !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $content-bg-color !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $selection-bg, 0 0 0 8px $bg-base-0 !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $content-font, 0 0 0 8px $bg-base-0 !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $success-alt, 0 0 0 8px $bg-base-0 !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $error-alt, 0 0 0 8px $bg-base-0 !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $bg-base-0 !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $selection-bg, 0 0 0 8px $bg-base-0 !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $content-font, 0 0 0 8px $bg-base-0 !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $success-alt, 0 0 0 8px $bg-base-0 !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $bg-base-0, 0 0 0 4px $error-alt, 0 0 0 8px $bg-base-0 !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $bg-base-0 !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $primary, 0 0 0 8px $overlay-bg-color !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $grey-dark-font, 0 0 0 8px $overlay-bg-color !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $success-bg, 0 0 0 8px $overlay-bg-color !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $error-font, 0 0 0 8px $overlay-bg-color !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $overlay-bg-color !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $primary, 0 0 0 8px $grey-white !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $base-font, 0 0 0 8px $grey-white !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $msg-success-color-alt1, 0 0 0 8px $grey-white !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px darken($error-font, 11%), 0 0 0 8px $grey-white !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $grey-white !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($primary), 0 0 0 8px rgba($content-bg-color) !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($content-text-color), 0 0 0 8px rgba($content-bg-color) !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($success), 0 0 0 8px rgba($content-bg-color) !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($danger), 0 0 0 8px rgba($content-bg-color) !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px rgba($content-bg-color) !default;
|
|
@@ -43,6 +43,7 @@ $stepper-bigger-small-optional-size: 12px !default;
|
|
|
43
43
|
$stepper-bigger-small-text-size: 14px !default;
|
|
44
44
|
|
|
45
45
|
$step-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $primary, 0 0 0 8px $content-bg-color !default;
|
|
46
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
|
|
46
47
|
$step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success-border-color, 0 0 0 8px $content-bg-color !default;
|
|
47
48
|
$step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $border-error, 0 0 0 8px $content-bg-color !default;
|
|
48
49
|
$step-li-shadow: 0 0 0 8px $content-bg-color !default;
|
|
@@ -132,12 +132,18 @@
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
135
|
+
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
136
|
+
box-shadow: $step-selected-li-shadow;
|
|
137
|
+
}
|
|
138
|
+
|
|
136
139
|
.e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
137
140
|
.e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
138
141
|
.e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
139
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus
|
|
140
|
-
|
|
142
|
+
.e-stepper-steps .e-step-container.e-step-template.e-step-focus,
|
|
143
|
+
&:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step,
|
|
144
|
+
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text,
|
|
145
|
+
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
146
|
+
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
141
147
|
}
|
|
142
148
|
|
|
143
149
|
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
@@ -579,12 +579,14 @@
|
|
|
579
579
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
580
580
|
background-color: #0070f0;
|
|
581
581
|
}
|
|
582
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
582
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
583
|
+
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #0070f0, 0 0 0 8px #1a1a1a;
|
|
584
|
+
}
|
|
583
585
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
584
586
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
585
587
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
586
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
587
|
-
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #
|
|
588
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
589
|
+
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #fff, 0 0 0 8px #1a1a1a !important; /* stylelint-disable-line declaration-no-important */
|
|
588
590
|
}
|
|
589
591
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
590
592
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|