@syncfusion/ej2-navigations 23.2.7 → 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 +26 -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 +1435 -13
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1492 -22
- 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 +12 -12
- package/src/breadcrumb/breadcrumb.js +6 -1
- package/src/carousel/carousel.js +3 -3
- package/src/common/menu-base.js +25 -0
- package/src/index.d.ts +2 -0
- package/src/index.js +2 -0
- package/src/stepper/index.d.ts +3 -0
- package/src/stepper/index.js +2 -0
- package/src/stepper/stepper-model.d.ts +153 -0
- package/src/stepper/stepper.d.ts +339 -0
- package/src/stepper/stepper.js +1163 -0
- package/src/stepper-base/index.d.ts +5 -0
- package/src/stepper-base/index.js +4 -0
- package/src/stepper-base/stepper-base-model.d.ts +121 -0
- package/src/stepper-base/stepper-base.d.ts +184 -0
- package/src/stepper-base/stepper-base.js +221 -0
- package/src/tab/tab.js +0 -1
- package/src/toolbar/toolbar.js +4 -0
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +68 -15
- package/stepper-base.d.ts +4 -0
- package/stepper-base.js +4 -0
- package/stepper.d.ts +4 -0
- package/stepper.js +4 -0
- package/styles/bootstrap-dark.css +755 -1
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +755 -1
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +755 -1
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +762 -8
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +762 -8
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +754 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +754 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +759 -5
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +759 -5
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +755 -1
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +755 -1
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +755 -1
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +755 -1
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +754 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +754 -0
- package/styles/material3.scss +1 -0
- package/styles/pager/_bootstrap-dark-definition.scss +16 -0
- package/styles/pager/_bootstrap-definition.scss +16 -0
- package/styles/pager/_bootstrap4-definition.scss +16 -0
- package/styles/pager/_bootstrap5-definition.scss +16 -0
- package/styles/pager/_fabric-dark-definition.scss +16 -0
- package/styles/pager/_fabric-definition.scss +16 -0
- package/styles/pager/_fluent-definition.scss +16 -0
- package/styles/pager/_fusionnew-definition.scss +16 -0
- package/styles/pager/_highcontrast-definition.scss +16 -0
- package/styles/pager/_highcontrast-light-definition.scss +16 -0
- package/styles/pager/_layout.scss +114 -0
- package/styles/pager/_material-dark-definition.scss +16 -0
- package/styles/pager/_material-definition.scss +16 -0
- package/styles/pager/_material3-definition.scss +16 -0
- package/styles/pager/_tailwind-definition.scss +16 -0
- package/styles/pager/bootstrap-dark.css +107 -0
- package/styles/pager/bootstrap.css +107 -0
- package/styles/pager/bootstrap4.css +107 -0
- package/styles/pager/bootstrap5-dark.css +107 -0
- package/styles/pager/bootstrap5.css +107 -0
- package/styles/pager/fabric-dark.css +107 -0
- package/styles/pager/fabric.css +107 -0
- package/styles/pager/fluent-dark.css +107 -0
- package/styles/pager/fluent.css +107 -0
- package/styles/pager/highcontrast-light.css +107 -0
- package/styles/pager/highcontrast.css +107 -0
- package/styles/pager/material-dark.css +107 -0
- package/styles/pager/material.css +107 -0
- package/styles/pager/material3-dark.css +107 -0
- package/styles/pager/material3.css +107 -0
- package/styles/pager/tailwind-dark.css +107 -0
- package/styles/pager/tailwind.css +107 -0
- package/styles/stepper/_all.scss +2 -0
- package/styles/stepper/_bootstrap-dark-definition.scss +79 -0
- package/styles/stepper/_bootstrap-definition.scss +79 -0
- package/styles/stepper/_bootstrap4-definition.scss +79 -0
- package/styles/stepper/_bootstrap5-dark-definition.scss +1 -0
- package/styles/stepper/_bootstrap5-definition.scss +80 -0
- package/styles/stepper/_fabric-dark-definition.scss +79 -0
- package/styles/stepper/_fabric-definition.scss +79 -0
- package/styles/stepper/_fluent-dark-definition.scss +1 -0
- package/styles/stepper/_fluent-definition.scss +79 -0
- package/styles/stepper/_fusionnew-definition.scss +79 -0
- package/styles/stepper/_highcontrast-definition.scss +79 -0
- package/styles/stepper/_highcontrast-light-definition.scss +79 -0
- package/styles/stepper/_layout.scss +564 -0
- package/styles/stepper/_material-dark-definition.scss +79 -0
- package/styles/stepper/_material-definition.scss +79 -0
- package/styles/stepper/_material3-dark-definition.scss +1 -0
- package/styles/stepper/_material3-definition.scss +79 -0
- package/styles/stepper/_tailwind-dark-definition.scss +1 -0
- package/styles/stepper/_tailwind-definition.scss +79 -0
- package/styles/stepper/_theme.scss +229 -0
- package/styles/stepper/bootstrap-dark.css +646 -0
- package/styles/stepper/bootstrap-dark.scss +5 -0
- package/styles/stepper/bootstrap.css +646 -0
- package/styles/stepper/bootstrap.scss +5 -0
- package/styles/stepper/bootstrap4.css +646 -0
- package/styles/stepper/bootstrap4.scss +5 -0
- package/styles/stepper/bootstrap5-dark.css +646 -0
- package/styles/stepper/bootstrap5-dark.scss +5 -0
- package/styles/stepper/bootstrap5.css +646 -0
- package/styles/stepper/bootstrap5.scss +5 -0
- package/styles/stepper/fabric-dark.css +646 -0
- package/styles/stepper/fabric-dark.scss +5 -0
- package/styles/stepper/fabric.css +646 -0
- package/styles/stepper/fabric.scss +5 -0
- package/styles/stepper/fluent-dark.css +646 -0
- package/styles/stepper/fluent-dark.scss +5 -0
- package/styles/stepper/fluent.css +646 -0
- package/styles/stepper/fluent.scss +5 -0
- package/styles/stepper/highcontrast-light.css +646 -0
- package/styles/stepper/highcontrast-light.scss +5 -0
- package/styles/stepper/highcontrast.css +646 -0
- package/styles/stepper/highcontrast.scss +5 -0
- package/styles/stepper/icons/_bootstrap-dark.scss +5 -0
- package/styles/stepper/icons/_bootstrap.scss +5 -0
- package/styles/stepper/icons/_bootstrap4.scss +5 -0
- package/styles/stepper/icons/_bootstrap5-dark.scss +1 -0
- package/styles/stepper/icons/_bootstrap5.scss +5 -0
- package/styles/stepper/icons/_fabric-dark.scss +5 -0
- package/styles/stepper/icons/_fabric.scss +5 -0
- package/styles/stepper/icons/_fluent-dark.scss +1 -0
- package/styles/stepper/icons/_fluent.scss +5 -0
- package/styles/stepper/icons/_fusionnew.scss +5 -0
- package/styles/stepper/icons/_highcontrast-light.scss +5 -0
- package/styles/stepper/icons/_highcontrast.scss +5 -0
- package/styles/stepper/icons/_material-dark.scss +5 -0
- package/styles/stepper/icons/_material.scss +5 -0
- package/styles/stepper/icons/_material3-dark.scss +1 -0
- package/styles/stepper/icons/_material3.scss +5 -0
- package/styles/stepper/icons/_tailwind-dark.scss +1 -0
- package/styles/stepper/icons/_tailwind.scss +5 -0
- package/styles/stepper/material-dark.css +646 -0
- package/styles/stepper/material-dark.scss +5 -0
- package/styles/stepper/material.css +646 -0
- package/styles/stepper/material.scss +5 -0
- package/styles/stepper/material3-dark.css +701 -0
- package/styles/stepper/material3-dark.scss +6 -0
- package/styles/stepper/material3.css +757 -0
- package/styles/stepper/material3.scss +6 -0
- package/styles/stepper/tailwind-dark.css +646 -0
- package/styles/stepper/tailwind-dark.scss +5 -0
- package/styles/stepper/tailwind.css +646 -0
- package/styles/stepper/tailwind.scss +5 -0
- package/styles/tab/_bootstrap-dark-definition.scss +1 -1
- package/styles/tab/_bootstrap-definition.scss +1 -1
- package/styles/tab/_bootstrap4-definition.scss +1 -1
- package/styles/tab/_bootstrap5-definition.scss +3 -2
- package/styles/tab/_fluent-definition.scss +1 -1
- package/styles/tab/_fusionnew-definition.scss +1 -1
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_highcontrast-light-definition.scss +1 -1
- package/styles/tab/_material-dark-definition.scss +1 -1
- package/styles/tab/_material-definition.scss +1 -1
- package/styles/tab/_theme.scss +6 -0
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.css +2 -2
- package/styles/tab/fluent-dark.css +1 -1
- package/styles/tab/fluent.css +1 -1
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tailwind-dark.css +758 -4
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +758 -4
- package/styles/tailwind.scss +1 -0
- 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
package/styles/tailwind.scss
CHANGED
|
@@ -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;
|