@syncfusion/ej2-navigations 24.1.41 → 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 +20 -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 +101 -14
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +110 -23
- 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 +10 -10
- package/src/common/menu-base.js +21 -0
- package/src/stepper/stepper.js +26 -12
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +63 -11
- package/styles/bootstrap-dark.css +5 -3
- package/styles/bootstrap.css +5 -3
- package/styles/bootstrap4.css +5 -3
- package/styles/bootstrap5-dark.css +11 -9
- package/styles/bootstrap5.css +11 -9
- package/styles/fabric-dark.css +5 -3
- package/styles/fabric.css +5 -3
- package/styles/fluent-dark.css +9 -7
- package/styles/fluent.css +9 -7
- package/styles/highcontrast-light.css +5 -3
- package/styles/highcontrast.css +5 -3
- package/styles/material-dark.css +5 -3
- package/styles/material.css +5 -3
- package/styles/material3-dark.css +5 -3
- package/styles/material3.css +5 -3
- 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 -7
- package/styles/tailwind.css +9 -7
- package/styles/toolbar/_bootstrap5-definition.scss +3 -3
- package/styles/toolbar/_fluent-definition.scss +2 -2
- package/styles/toolbar/_tailwind-definition.scss +2 -2
- package/styles/toolbar/bootstrap5-dark.css +6 -6
- package/styles/toolbar/bootstrap5.css +6 -6
- 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
|
@@ -690,12 +690,14 @@
|
|
|
690
690
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
691
691
|
background-color: rgba(var(--color-sf-primary));
|
|
692
692
|
}
|
|
693
|
-
.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
|
|
693
|
+
.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 {
|
|
694
|
+
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));
|
|
695
|
+
}
|
|
694
696
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
695
697
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
696
698
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
697
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
698
|
-
box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-
|
|
699
|
+
.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 {
|
|
700
|
+
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 */
|
|
699
701
|
}
|
|
700
702
|
.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,
|
|
701
703
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
|
@@ -579,12 +579,14 @@
|
|
|
579
579
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
580
580
|
background-color: #22d3ee;
|
|
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 #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
|
|
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 #1f2937, 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 #1f2937, 0 0 0 4px #fff, 0 0 0 8px #1f2937 !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,
|
|
@@ -579,12 +579,14 @@
|
|
|
579
579
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
580
580
|
background-color: #4f46e5;
|
|
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 #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
|
|
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 #fff, 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 #fff, 0 0 0 4px #111827, 0 0 0 8px #fff !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,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2233,13 +2233,13 @@
|
|
|
2233
2233
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
2234
2234
|
}
|
|
2235
2235
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2236
|
-
background:
|
|
2236
|
+
background: none;
|
|
2237
2237
|
border-radius: 4px;
|
|
2238
2238
|
color: #9ca3af;
|
|
2239
2239
|
border-color: #d1d5db;
|
|
2240
2240
|
border-style: solid;
|
|
2241
2241
|
border-width: 0;
|
|
2242
|
-
box-shadow:
|
|
2242
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
2243
2243
|
}
|
|
2244
2244
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2245
2245
|
color: #d1d5db;
|
|
@@ -2423,12 +2423,12 @@
|
|
|
2423
2423
|
border: none;
|
|
2424
2424
|
}
|
|
2425
2425
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2426
|
-
background:
|
|
2426
|
+
background: none;
|
|
2427
2427
|
border-radius: 4px;
|
|
2428
2428
|
border-color: #d1d5db;
|
|
2429
2429
|
border-style: solid;
|
|
2430
2430
|
border-width: 0;
|
|
2431
|
-
box-shadow:
|
|
2431
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
2432
2432
|
}
|
|
2433
2433
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2434
2434
|
background: #4b5563;
|
|
@@ -11103,12 +11103,14 @@ ejs-sidebar {
|
|
|
11103
11103
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
11104
11104
|
background-color: #22d3ee;
|
|
11105
11105
|
}
|
|
11106
|
-
.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
|
|
11106
|
+
.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 {
|
|
11107
|
+
box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
|
|
11108
|
+
}
|
|
11107
11109
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
11108
11110
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
11109
11111
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
11110
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
11111
|
-
box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #
|
|
11112
|
+
.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 {
|
|
11113
|
+
box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #fff, 0 0 0 8px #1f2937 !important; /* stylelint-disable-line declaration-no-important */
|
|
11112
11114
|
}
|
|
11113
11115
|
.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,
|
|
11114
11116
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/tailwind.css
CHANGED
|
@@ -2233,13 +2233,13 @@
|
|
|
2233
2233
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
2234
2234
|
}
|
|
2235
2235
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2236
|
-
background:
|
|
2236
|
+
background: none;
|
|
2237
2237
|
border-radius: 4px;
|
|
2238
2238
|
color: #6b7280;
|
|
2239
2239
|
border-color: #6b7280;
|
|
2240
2240
|
border-style: solid;
|
|
2241
2241
|
border-width: 0;
|
|
2242
|
-
box-shadow:
|
|
2242
|
+
box-shadow: 0 0 0 1px #4f46e5;
|
|
2243
2243
|
}
|
|
2244
2244
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2245
2245
|
color: #6b7280;
|
|
@@ -2423,12 +2423,12 @@
|
|
|
2423
2423
|
border: none;
|
|
2424
2424
|
}
|
|
2425
2425
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2426
|
-
background:
|
|
2426
|
+
background: none;
|
|
2427
2427
|
border-radius: 4px;
|
|
2428
2428
|
border-color: #6b7280;
|
|
2429
2429
|
border-style: solid;
|
|
2430
2430
|
border-width: 0;
|
|
2431
|
-
box-shadow:
|
|
2431
|
+
box-shadow: 0 0 0 1px #4f46e5;
|
|
2432
2432
|
}
|
|
2433
2433
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2434
2434
|
background: #e5e7eb;
|
|
@@ -11103,12 +11103,14 @@ ejs-sidebar {
|
|
|
11103
11103
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
11104
11104
|
background-color: #4f46e5;
|
|
11105
11105
|
}
|
|
11106
|
-
.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
|
|
11106
|
+
.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 {
|
|
11107
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
|
|
11108
|
+
}
|
|
11107
11109
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
11108
11110
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
11109
11111
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
11110
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
11111
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
11112
|
+
.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 {
|
|
11113
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111827, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
11112
11114
|
}
|
|
11113
11115
|
.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,
|
|
11114
11116
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
|
@@ -136,7 +136,7 @@ $tbar-pressed-bg: $secondary-bg-color-focus !default;
|
|
|
136
136
|
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
137
137
|
$tbar-select-font: $content-text-color-alt2 !default;
|
|
138
138
|
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
139
|
-
$tbar-focus-bg:
|
|
139
|
+
$tbar-focus-bg: none !default;
|
|
140
140
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
141
141
|
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
142
142
|
$tbar-active-font-color: $primary-text-color !default;
|
|
@@ -150,7 +150,7 @@ $tbar-nrml-btn-border-radius: 4px !default;
|
|
|
150
150
|
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
151
151
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
152
152
|
|
|
153
|
-
$tbar-btn-icons-focus-color: $
|
|
153
|
+
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
154
154
|
$tbar-btn-text-focus-color: $primary-text-color !default;
|
|
155
155
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
156
156
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
@@ -169,7 +169,7 @@ $tbar-flat-btn-active-box-shadow: none !default;
|
|
|
169
169
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
170
170
|
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
171
171
|
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
172
|
-
$tbar-ext-btn-focus-box-shadow:
|
|
172
|
+
$tbar-ext-btn-focus-box-shadow: $secondary-shadow-focus !default;
|
|
173
173
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
174
174
|
$tbar-ext-btn-border: none !default;
|
|
175
175
|
|
|
@@ -38,7 +38,7 @@ $tbar-separator-border: $border-dark !default;
|
|
|
38
38
|
$tbar-default-border: $border-light !default;
|
|
39
39
|
$tbar-hover-border-color: $icon-color !default;
|
|
40
40
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
41
|
-
$tbar-focus-bg:
|
|
41
|
+
$tbar-focus-bg: none !default;
|
|
42
42
|
$tbar-press-font: $content-text-color !default;
|
|
43
43
|
|
|
44
44
|
$tbar-default-font-overlay: $content-text-color !default;
|
|
@@ -159,7 +159,7 @@ $tbar-flat-btn-active-box-shadow: none !default;
|
|
|
159
159
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
160
160
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
161
161
|
$tbar-ext-btn-icon-font-size: $text-sm !default;
|
|
162
|
-
$tbar-ext-btn-focus-box-shadow:
|
|
162
|
+
$tbar-ext-btn-focus-box-shadow: inset 0 0 0 1px !default;
|
|
163
163
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
164
164
|
$tbar-ext-btn-border: none !default;
|
|
165
165
|
|
|
@@ -38,7 +38,7 @@ $tbar-separator-border: $border-light !default;
|
|
|
38
38
|
$tbar-default-border: $border-light !default;
|
|
39
39
|
$tbar-hover-border-color: $icon-color !default;
|
|
40
40
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
41
|
-
$tbar-focus-bg:
|
|
41
|
+
$tbar-focus-bg: none !default;
|
|
42
42
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
43
43
|
|
|
44
44
|
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
@@ -159,7 +159,7 @@ $tbar-flat-btn-active-box-shadow: $shadow-sm !default;
|
|
|
159
159
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
160
160
|
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
161
161
|
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
162
|
-
$tbar-ext-btn-focus-box-shadow:
|
|
162
|
+
$tbar-ext-btn-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
163
163
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
164
164
|
$tbar-ext-btn-border: none !default;
|
|
165
165
|
|
|
@@ -854,16 +854,16 @@
|
|
|
854
854
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
855
855
|
}
|
|
856
856
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
857
|
-
background:
|
|
857
|
+
background: none;
|
|
858
858
|
border-radius: 4px;
|
|
859
859
|
color: #adb5bd;
|
|
860
860
|
border-color: #adb5bd;
|
|
861
861
|
border-style: solid;
|
|
862
862
|
border-width: 0;
|
|
863
|
-
box-shadow:
|
|
863
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
864
864
|
}
|
|
865
865
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
866
|
-
color: #
|
|
866
|
+
color: #adb5bd;
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
869
869
|
color: #fff;
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
color: #adb5bd;
|
|
878
878
|
}
|
|
879
879
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
880
|
-
color: #
|
|
880
|
+
color: #adb5bd;
|
|
881
881
|
}
|
|
882
882
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
883
883
|
color: #fff;
|
|
@@ -1044,12 +1044,12 @@
|
|
|
1044
1044
|
border: none;
|
|
1045
1045
|
}
|
|
1046
1046
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1047
|
-
background:
|
|
1047
|
+
background: none;
|
|
1048
1048
|
border-radius: 4px;
|
|
1049
1049
|
border-color: #adb5bd;
|
|
1050
1050
|
border-style: solid;
|
|
1051
1051
|
border-width: 0;
|
|
1052
|
-
box-shadow:
|
|
1052
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1053
1053
|
}
|
|
1054
1054
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1055
1055
|
background: #5c636a;
|
|
@@ -854,16 +854,16 @@
|
|
|
854
854
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
855
855
|
}
|
|
856
856
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
857
|
-
background:
|
|
857
|
+
background: none;
|
|
858
858
|
border-radius: 4px;
|
|
859
859
|
color: #6c757d;
|
|
860
860
|
border-color: #6c757d;
|
|
861
861
|
border-style: solid;
|
|
862
862
|
border-width: 0;
|
|
863
|
-
box-shadow:
|
|
863
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
864
864
|
}
|
|
865
865
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
866
|
-
color: #
|
|
866
|
+
color: #6c757d;
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
869
869
|
color: #fff;
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
color: #6c757d;
|
|
878
878
|
}
|
|
879
879
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
880
|
-
color: #
|
|
880
|
+
color: #6c757d;
|
|
881
881
|
}
|
|
882
882
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
883
883
|
color: #fff;
|
|
@@ -1044,12 +1044,12 @@
|
|
|
1044
1044
|
border: none;
|
|
1045
1045
|
}
|
|
1046
1046
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1047
|
-
background:
|
|
1047
|
+
background: none;
|
|
1048
1048
|
border-radius: 4px;
|
|
1049
1049
|
border-color: #6c757d;
|
|
1050
1050
|
border-style: solid;
|
|
1051
1051
|
border-width: 0;
|
|
1052
|
-
box-shadow:
|
|
1052
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1053
1053
|
}
|
|
1054
1054
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1055
1055
|
background: #5c636a;
|
|
@@ -853,13 +853,13 @@
|
|
|
853
853
|
box-shadow: none;
|
|
854
854
|
}
|
|
855
855
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
856
|
-
background:
|
|
856
|
+
background: none;
|
|
857
857
|
border-radius: 0;
|
|
858
858
|
color: #f3f2f1;
|
|
859
859
|
border-color: #a19f9d;
|
|
860
860
|
border-style: solid;
|
|
861
861
|
border-width: 0;
|
|
862
|
-
box-shadow:
|
|
862
|
+
box-shadow: inset 0 0 0 1px;
|
|
863
863
|
}
|
|
864
864
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
865
865
|
color: #a19f9d;
|
|
@@ -1043,12 +1043,12 @@
|
|
|
1043
1043
|
border: none;
|
|
1044
1044
|
}
|
|
1045
1045
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
|
-
background:
|
|
1046
|
+
background: none;
|
|
1047
1047
|
border-radius: 0;
|
|
1048
1048
|
border-color: #a19f9d;
|
|
1049
1049
|
border-style: solid;
|
|
1050
1050
|
border-width: 0;
|
|
1051
|
-
box-shadow:
|
|
1051
|
+
box-shadow: inset 0 0 0 1px;
|
|
1052
1052
|
}
|
|
1053
1053
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1054
1054
|
background: #292827;
|
|
@@ -853,13 +853,13 @@
|
|
|
853
853
|
box-shadow: none;
|
|
854
854
|
}
|
|
855
855
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
856
|
-
background:
|
|
856
|
+
background: none;
|
|
857
857
|
border-radius: 0;
|
|
858
858
|
color: #201f1e;
|
|
859
859
|
border-color: #605e5c;
|
|
860
860
|
border-style: solid;
|
|
861
861
|
border-width: 0;
|
|
862
|
-
box-shadow:
|
|
862
|
+
box-shadow: inset 0 0 0 1px;
|
|
863
863
|
}
|
|
864
864
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
865
865
|
color: #605e5c;
|
|
@@ -1043,12 +1043,12 @@
|
|
|
1043
1043
|
border: none;
|
|
1044
1044
|
}
|
|
1045
1045
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
|
-
background:
|
|
1046
|
+
background: none;
|
|
1047
1047
|
border-radius: 0;
|
|
1048
1048
|
border-color: #605e5c;
|
|
1049
1049
|
border-style: solid;
|
|
1050
1050
|
border-width: 0;
|
|
1051
|
-
box-shadow:
|
|
1051
|
+
box-shadow: inset 0 0 0 1px;
|
|
1052
1052
|
}
|
|
1053
1053
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1054
1054
|
background: #edebe9;
|
|
@@ -853,13 +853,13 @@
|
|
|
853
853
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
854
854
|
}
|
|
855
855
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
856
|
-
background:
|
|
856
|
+
background: none;
|
|
857
857
|
border-radius: 4px;
|
|
858
858
|
color: #9ca3af;
|
|
859
859
|
border-color: #d1d5db;
|
|
860
860
|
border-style: solid;
|
|
861
861
|
border-width: 0;
|
|
862
|
-
box-shadow:
|
|
862
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
863
863
|
}
|
|
864
864
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
865
865
|
color: #d1d5db;
|
|
@@ -1043,12 +1043,12 @@
|
|
|
1043
1043
|
border: none;
|
|
1044
1044
|
}
|
|
1045
1045
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
|
-
background:
|
|
1046
|
+
background: none;
|
|
1047
1047
|
border-radius: 4px;
|
|
1048
1048
|
border-color: #d1d5db;
|
|
1049
1049
|
border-style: solid;
|
|
1050
1050
|
border-width: 0;
|
|
1051
|
-
box-shadow:
|
|
1051
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
1052
1052
|
}
|
|
1053
1053
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1054
1054
|
background: #4b5563;
|
|
@@ -853,13 +853,13 @@
|
|
|
853
853
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
854
854
|
}
|
|
855
855
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
856
|
-
background:
|
|
856
|
+
background: none;
|
|
857
857
|
border-radius: 4px;
|
|
858
858
|
color: #6b7280;
|
|
859
859
|
border-color: #6b7280;
|
|
860
860
|
border-style: solid;
|
|
861
861
|
border-width: 0;
|
|
862
|
-
box-shadow:
|
|
862
|
+
box-shadow: 0 0 0 1px #4f46e5;
|
|
863
863
|
}
|
|
864
864
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
865
865
|
color: #6b7280;
|
|
@@ -1043,12 +1043,12 @@
|
|
|
1043
1043
|
border: none;
|
|
1044
1044
|
}
|
|
1045
1045
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
|
-
background:
|
|
1046
|
+
background: none;
|
|
1047
1047
|
border-radius: 4px;
|
|
1048
1048
|
border-color: #6b7280;
|
|
1049
1049
|
border-style: solid;
|
|
1050
1050
|
border-width: 0;
|
|
1051
|
-
box-shadow:
|
|
1051
|
+
box-shadow: 0 0 0 1px #4f46e5;
|
|
1052
1052
|
}
|
|
1053
1053
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1054
1054
|
background: #e5e7eb;
|