@syncfusion/ej2-navigations 33.2.3 → 33.2.6
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/README.md +0 -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 +37 -12
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +36 -10
- 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 +5 -5
- package/src/accordion/accordion.js +5 -5
- package/src/context-menu/context-menu.js +1 -1
- package/src/tab/tab.js +7 -1
- package/src/toolbar/toolbar.js +8 -2
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +15 -1
- package/styles/bds-lite.css +21 -2
- package/styles/bds.css +23 -4
- package/styles/bootstrap-dark-lite.css +21 -2
- package/styles/bootstrap-dark.css +21 -2
- package/styles/bootstrap-lite.css +25 -2
- package/styles/bootstrap.css +25 -2
- package/styles/bootstrap4-lite.css +21 -2
- package/styles/bootstrap4.css +21 -2
- package/styles/bootstrap5-dark-lite.css +21 -2
- package/styles/bootstrap5-dark.css +21 -2
- package/styles/bootstrap5-lite.css +21 -2
- package/styles/bootstrap5.3-lite.css +21 -2
- package/styles/bootstrap5.3.css +21 -2
- package/styles/bootstrap5.css +21 -2
- package/styles/fabric-dark-lite.css +22 -2
- package/styles/fabric-dark.css +22 -2
- package/styles/fabric-lite.css +22 -2
- package/styles/fabric.css +22 -2
- package/styles/fluent-dark-lite.css +21 -2
- package/styles/fluent-dark.css +21 -2
- package/styles/fluent-lite.css +21 -2
- package/styles/fluent.css +21 -2
- package/styles/fluent2-lite.css +30 -2
- package/styles/fluent2.css +30 -2
- package/styles/highcontrast-light-lite.css +21 -2
- package/styles/highcontrast-light.css +21 -2
- package/styles/highcontrast-lite.css +29 -2
- package/styles/highcontrast.css +29 -2
- package/styles/material-dark-lite.css +21 -2
- package/styles/material-dark.css +21 -2
- package/styles/material-lite.css +21 -2
- package/styles/material.css +21 -2
- package/styles/material3-dark-lite.css +21 -2
- package/styles/material3-dark.css +21 -2
- package/styles/material3-lite.css +21 -2
- package/styles/material3.css +21 -2
- package/styles/tailwind-dark-lite.css +22 -3
- package/styles/tailwind-dark.css +23 -4
- package/styles/tailwind-lite.css +22 -3
- package/styles/tailwind.css +23 -4
- package/styles/tailwind3-lite.css +21 -2
- package/styles/tailwind3.css +21 -2
- package/styles/toolbar/_theme.scss +11 -5
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +8 -2
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +8 -2
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_bds-definition.scss +3 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +2 -1
- package/styles/treeview/_bootstrap-definition.scss +2 -1
- package/styles/treeview/_bootstrap4-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-definition.scss +1 -0
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
- package/styles/treeview/_fabric-dark-definition.scss +1 -0
- package/styles/treeview/_fabric-definition.scss +1 -0
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +1 -0
- package/styles/treeview/_fluent2-definition.scss +4 -0
- package/styles/treeview/_highcontrast-definition.scss +1 -0
- package/styles/treeview/_highcontrast-light-definition.scss +1 -0
- package/styles/treeview/_material-dark-definition.scss +1 -0
- package/styles/treeview/_material-definition.scss +1 -0
- package/styles/treeview/_material3-dark-definition.scss +1 -0
- package/styles/treeview/_material3-definition.scss +1 -0
- package/styles/treeview/_tailwind-dark-definition.scss +3 -2
- package/styles/treeview/_tailwind-definition.scss +3 -2
- package/styles/treeview/_tailwind3-definition.scss +1 -0
- package/styles/treeview/_theme.scss +55 -4
- package/styles/treeview/bds.css +15 -2
- package/styles/treeview/bootstrap-dark.css +13 -0
- package/styles/treeview/bootstrap.css +17 -0
- package/styles/treeview/bootstrap4.css +13 -0
- package/styles/treeview/bootstrap5-dark.css +13 -0
- package/styles/treeview/bootstrap5.3.css +13 -0
- package/styles/treeview/bootstrap5.css +13 -0
- package/styles/treeview/fabric-dark.css +14 -0
- package/styles/treeview/fabric.css +14 -0
- package/styles/treeview/fluent-dark.css +13 -0
- package/styles/treeview/fluent.css +13 -0
- package/styles/treeview/fluent2.css +22 -0
- package/styles/treeview/highcontrast-light.css +13 -0
- package/styles/treeview/highcontrast.css +21 -0
- package/styles/treeview/material-dark.css +13 -0
- package/styles/treeview/material.css +13 -0
- package/styles/treeview/material3-dark.css +13 -0
- package/styles/treeview/material3.css +13 -0
- package/styles/treeview/tailwind-dark.css +15 -2
- package/styles/treeview/tailwind.css +15 -2
- package/styles/treeview/tailwind3.css +13 -0
|
@@ -740,10 +740,16 @@
|
|
|
740
740
|
opacity: 0.5;
|
|
741
741
|
color: #ced4da;
|
|
742
742
|
}
|
|
743
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
743
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
744
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
745
|
+
-webkit-box-shadow: none;
|
|
746
|
+
box-shadow: none;
|
|
747
|
+
border: none;
|
|
748
|
+
}
|
|
749
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
744
750
|
color: #ced4da;
|
|
745
751
|
}
|
|
746
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
752
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
747
753
|
color: #ced4da;
|
|
748
754
|
}
|
|
749
755
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -992,10 +992,16 @@
|
|
|
992
992
|
opacity: 0.5;
|
|
993
993
|
color: var(--color-sf-content-text-color-alt2);
|
|
994
994
|
}
|
|
995
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
995
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
996
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
997
|
+
-webkit-box-shadow: none;
|
|
998
|
+
box-shadow: none;
|
|
999
|
+
border: none;
|
|
1000
|
+
}
|
|
1001
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
996
1002
|
color: var(--color-sf-content-text-color-alt2);
|
|
997
1003
|
}
|
|
998
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
1004
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
999
1005
|
color: var(--color-sf-content-text-color-alt2);
|
|
1000
1006
|
}
|
|
1001
1007
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -740,10 +740,16 @@
|
|
|
740
740
|
opacity: 0.5;
|
|
741
741
|
color: #495057;
|
|
742
742
|
}
|
|
743
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
743
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
744
|
+
background: #f8f9fa;
|
|
745
|
+
-webkit-box-shadow: none;
|
|
746
|
+
box-shadow: none;
|
|
747
|
+
border: none;
|
|
748
|
+
}
|
|
749
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
744
750
|
color: #495057;
|
|
745
751
|
}
|
|
746
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
752
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
747
753
|
color: #495057;
|
|
748
754
|
}
|
|
749
755
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -710,10 +710,16 @@
|
|
|
710
710
|
opacity: 0.5;
|
|
711
711
|
color: rgba(218, 218, 218, 0.4);
|
|
712
712
|
}
|
|
713
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
713
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
714
|
+
background: #333232;
|
|
715
|
+
-webkit-box-shadow: none;
|
|
716
|
+
box-shadow: none;
|
|
717
|
+
border: none;
|
|
718
|
+
}
|
|
719
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
714
720
|
color: rgba(218, 218, 218, 0.4);
|
|
715
721
|
}
|
|
716
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
722
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
717
723
|
color: rgba(218, 218, 218, 0.4);
|
|
718
724
|
}
|
|
719
725
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -711,10 +711,16 @@
|
|
|
711
711
|
opacity: 0.5;
|
|
712
712
|
color: #c8c8c8;
|
|
713
713
|
}
|
|
714
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
714
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
715
|
+
background: #fff;
|
|
716
|
+
-webkit-box-shadow: none;
|
|
717
|
+
box-shadow: none;
|
|
718
|
+
border: none;
|
|
719
|
+
}
|
|
720
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
715
721
|
color: #c8c8c8;
|
|
716
722
|
}
|
|
717
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
723
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
718
724
|
color: #c8c8c8;
|
|
719
725
|
}
|
|
720
726
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -735,10 +735,16 @@
|
|
|
735
735
|
opacity: 0.5;
|
|
736
736
|
color: #f3f2f1;
|
|
737
737
|
}
|
|
738
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
738
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
739
|
+
background: transparent;
|
|
740
|
+
-webkit-box-shadow: none;
|
|
741
|
+
box-shadow: none;
|
|
742
|
+
border: none;
|
|
743
|
+
}
|
|
744
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
739
745
|
color: #f3f2f1;
|
|
740
746
|
}
|
|
741
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
747
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
742
748
|
color: #f3f2f1;
|
|
743
749
|
}
|
|
744
750
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -735,10 +735,16 @@
|
|
|
735
735
|
opacity: 0.5;
|
|
736
736
|
color: #201f1e;
|
|
737
737
|
}
|
|
738
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
738
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
739
|
+
background: transparent;
|
|
740
|
+
-webkit-box-shadow: none;
|
|
741
|
+
box-shadow: none;
|
|
742
|
+
border: none;
|
|
743
|
+
}
|
|
744
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
739
745
|
color: #201f1e;
|
|
740
746
|
}
|
|
741
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
747
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
742
748
|
color: #201f1e;
|
|
743
749
|
}
|
|
744
750
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -995,10 +995,16 @@
|
|
|
995
995
|
opacity: inherit;
|
|
996
996
|
color: var(--color-sf-icon-color-disabled);
|
|
997
997
|
}
|
|
998
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
998
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
999
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
1000
|
+
-webkit-box-shadow: none;
|
|
1001
|
+
box-shadow: none;
|
|
1002
|
+
border: none;
|
|
1003
|
+
}
|
|
1004
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
999
1005
|
color: var(--color-sf-icon-color-disabled);
|
|
1000
1006
|
}
|
|
1001
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
1007
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
1002
1008
|
color: var(--color-sf-icon-color-disabled);
|
|
1003
1009
|
}
|
|
1004
1010
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -710,10 +710,16 @@
|
|
|
710
710
|
opacity: 1;
|
|
711
711
|
color: #000;
|
|
712
712
|
}
|
|
713
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
713
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
714
|
+
background: #fff;
|
|
715
|
+
-webkit-box-shadow: none;
|
|
716
|
+
box-shadow: none;
|
|
717
|
+
border: none;
|
|
718
|
+
}
|
|
719
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
714
720
|
color: #000;
|
|
715
721
|
}
|
|
716
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
722
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
717
723
|
color: #000;
|
|
718
724
|
}
|
|
719
725
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -711,10 +711,16 @@
|
|
|
711
711
|
opacity: 0.5;
|
|
712
712
|
color: #757575;
|
|
713
713
|
}
|
|
714
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
714
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
715
|
+
background: #000;
|
|
716
|
+
-webkit-box-shadow: none;
|
|
717
|
+
box-shadow: none;
|
|
718
|
+
border: none;
|
|
719
|
+
}
|
|
720
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
715
721
|
color: #757575;
|
|
716
722
|
}
|
|
717
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
723
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
718
724
|
color: #757575;
|
|
719
725
|
}
|
|
720
726
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -798,10 +798,16 @@
|
|
|
798
798
|
opacity: 0.5;
|
|
799
799
|
color: rgba(255, 255, 255, 0.3);
|
|
800
800
|
}
|
|
801
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
801
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
802
|
+
background: #212121;
|
|
803
|
+
-webkit-box-shadow: none;
|
|
804
|
+
box-shadow: none;
|
|
805
|
+
border: none;
|
|
806
|
+
}
|
|
807
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
802
808
|
color: rgba(255, 255, 255, 0.3);
|
|
803
809
|
}
|
|
804
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
810
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
805
811
|
color: rgba(255, 255, 255, 0.3);
|
|
806
812
|
}
|
|
807
813
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -800,10 +800,16 @@
|
|
|
800
800
|
opacity: 0.5;
|
|
801
801
|
color: rgba(0, 0, 0, 0.26);
|
|
802
802
|
}
|
|
803
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
803
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
804
|
+
background: #fafafa;
|
|
805
|
+
-webkit-box-shadow: none;
|
|
806
|
+
box-shadow: none;
|
|
807
|
+
border: none;
|
|
808
|
+
}
|
|
809
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
804
810
|
color: rgba(0, 0, 0, 0.38);
|
|
805
811
|
}
|
|
806
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
812
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
807
813
|
color: rgba(0, 0, 0, 0.26);
|
|
808
814
|
}
|
|
809
815
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -984,10 +984,16 @@
|
|
|
984
984
|
opacity: 0.38;
|
|
985
985
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
986
986
|
}
|
|
987
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
987
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
988
|
+
background: transparent;
|
|
989
|
+
-webkit-box-shadow: none;
|
|
990
|
+
box-shadow: none;
|
|
991
|
+
border: none;
|
|
992
|
+
}
|
|
993
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
988
994
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
989
995
|
}
|
|
990
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
996
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
991
997
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
992
998
|
}
|
|
993
999
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -990,10 +990,16 @@
|
|
|
990
990
|
opacity: 0.38;
|
|
991
991
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
992
992
|
}
|
|
993
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
993
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
994
|
+
background: transparent;
|
|
995
|
+
-webkit-box-shadow: none;
|
|
996
|
+
box-shadow: none;
|
|
997
|
+
border: none;
|
|
998
|
+
}
|
|
999
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
994
1000
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
995
1001
|
}
|
|
996
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
1002
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
997
1003
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
998
1004
|
}
|
|
999
1005
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -735,10 +735,16 @@
|
|
|
735
735
|
opacity: 0.5;
|
|
736
736
|
color: #9ca3af;
|
|
737
737
|
}
|
|
738
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
738
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
739
|
+
background: #374151;
|
|
740
|
+
-webkit-box-shadow: none;
|
|
741
|
+
box-shadow: none;
|
|
742
|
+
border: none;
|
|
743
|
+
}
|
|
744
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
739
745
|
color: #9ca3af;
|
|
740
746
|
}
|
|
741
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
747
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
742
748
|
color: #9ca3af;
|
|
743
749
|
}
|
|
744
750
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -735,10 +735,16 @@
|
|
|
735
735
|
opacity: 0.5;
|
|
736
736
|
color: #6b7280;
|
|
737
737
|
}
|
|
738
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
738
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
739
|
+
background: #f3f4f6;
|
|
740
|
+
-webkit-box-shadow: none;
|
|
741
|
+
box-shadow: none;
|
|
742
|
+
border: none;
|
|
743
|
+
}
|
|
744
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
739
745
|
color: #6b7280;
|
|
740
746
|
}
|
|
741
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
747
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
742
748
|
color: #6b7280;
|
|
743
749
|
}
|
|
744
750
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -962,10 +962,16 @@
|
|
|
962
962
|
opacity: 0.5;
|
|
963
963
|
color: var(--color-sf-content-text-color-alt2);
|
|
964
964
|
}
|
|
965
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn
|
|
965
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
|
|
966
|
+
background: var(--color-sf-transparent);
|
|
967
|
+
-webkit-box-shadow: none;
|
|
968
|
+
box-shadow: none;
|
|
969
|
+
border: none;
|
|
970
|
+
}
|
|
971
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
|
|
966
972
|
color: var(--color-sf-content-text-color-alt2);
|
|
967
973
|
}
|
|
968
|
-
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
974
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
969
975
|
color: var(--color-sf-content-text-color-alt2);
|
|
970
976
|
}
|
|
971
977
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
@@ -56,8 +56,8 @@ $treeview-icon-wrap-width: calc(100% - 32px) !default;
|
|
|
56
56
|
$treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
57
57
|
|
|
58
58
|
$treeview-big-item-height: 48px !default;
|
|
59
|
-
$treeview-big-text-line-height:
|
|
60
|
-
$treeview-big-text-min-height:
|
|
59
|
+
$treeview-big-text-line-height: 48px !default;
|
|
60
|
+
$treeview-big-text-min-height: 48px !default;
|
|
61
61
|
$treeview-big-input-height: 40px !default;
|
|
62
62
|
$treeview-big-text-padding: 0 12px !default;
|
|
63
63
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -89,6 +89,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
89
89
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
90
90
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
91
91
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
92
|
+
$treeview-focus-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24) !default;
|
|
92
93
|
|
|
93
94
|
$treeview-font-family: $font-family !default;
|
|
94
95
|
$treeview-drag-icon-font-size: $text-xl !default;
|
|
@@ -114,7 +114,8 @@ $treeview-big-check-wrap-width: calc(100% - 27px) !default;
|
|
|
114
114
|
$treeview-big-check-icon-wrap-width: calc(100% - 68px) !default;
|
|
115
115
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 96px) !default;
|
|
116
116
|
$treeview-big-icon-wrap-width: calc(100% - 34px) !default;
|
|
117
|
-
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
117
|
+
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
118
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $grey-light-font !default;
|
|
118
119
|
|
|
119
120
|
$treeview-font-family: $font-family !default;
|
|
120
121
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -109,7 +109,8 @@ $treeview-big-check-wrap-width: calc(100% - 27px) !default;
|
|
|
109
109
|
$treeview-big-check-icon-wrap-width: calc(100% - 68px) !default;
|
|
110
110
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 96px) !default;
|
|
111
111
|
$treeview-big-icon-wrap-width: calc(100% - 34px) !default;
|
|
112
|
-
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
112
|
+
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
113
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $gray-base !default;
|
|
113
114
|
|
|
114
115
|
$treeview-font-family: $font-family !default;
|
|
115
116
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -139,6 +139,7 @@ $treeview-drag-icon-font-size: 14px;
|
|
|
139
139
|
$treeview-font-family: $font-family !default;
|
|
140
140
|
$treeview-drag-icon-font-size: 12px !default;
|
|
141
141
|
$treeview-big-list-text-input-height: 36px !default;
|
|
142
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $gray-900 !default;
|
|
142
143
|
|
|
143
144
|
$treeview-font-family: $font-family !default;
|
|
144
145
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -85,6 +85,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
85
85
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
86
86
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
87
87
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
88
|
+
$treeview-focus-box-shadow: inset 0 0 0 2px $content-text-color !default;
|
|
88
89
|
|
|
89
90
|
$treeview-font-family: $font-family !default;
|
|
90
91
|
$treeview-drag-icon-font-size: $text-xl !default;
|
|
@@ -85,6 +85,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
85
85
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
86
86
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
87
87
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
88
|
+
$treeview-focus-box-shadow: inset 0 0 0 2px $content-text-color !default;
|
|
88
89
|
|
|
89
90
|
$treeview-font-family: $font-family !default;
|
|
90
91
|
$treeview-drag-icon-font-size: $text-xl !default;
|
|
@@ -85,6 +85,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
85
85
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
86
86
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
87
87
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
88
|
+
$treeview-focus-box-shadow: $keyboard-focus-shadow !default;
|
|
88
89
|
|
|
89
90
|
$treeview-font-family: $font-family !default;
|
|
90
91
|
$treeview-drag-icon-font-size: $text-sm !default;
|
|
@@ -112,6 +112,7 @@ $treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
|
112
112
|
$treeview-drag-icon-padding: 6px !default;
|
|
113
113
|
$treeview-font-family: $font-family !default;
|
|
114
114
|
$treeview-drag-icon-font-size: 12px !default;
|
|
115
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $neutral-black !default;
|
|
115
116
|
//enddefault
|
|
116
117
|
|
|
117
118
|
$treeview-font-family: $font-family !default;
|
|
@@ -109,6 +109,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 68px) !default;
|
|
|
109
109
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 96px) !default;
|
|
110
110
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
111
111
|
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
112
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $neutral-black !default;
|
|
112
113
|
|
|
113
114
|
$treeview-font-family: $font-family !default;
|
|
114
115
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -85,6 +85,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
|
85
85
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
|
|
86
86
|
$treeview-big-icon-wrap-width: calc(100% - 36px) !default;
|
|
87
87
|
$treeview-big-icon-img-wrap-width: calc(100% - 69px) !default;
|
|
88
|
+
$treeview-focus-box-shadow: inset $shadow-focus-ring2 !default;
|
|
88
89
|
|
|
89
90
|
$treeview-font-family: $font-family !default;
|
|
90
91
|
$treeview-drag-icon-font-size: $text-xs !default;
|
|
@@ -85,6 +85,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
|
85
85
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
|
|
86
86
|
$treeview-big-icon-wrap-width: calc(100% - 36px) !default;
|
|
87
87
|
$treeview-big-icon-img-wrap-width: calc(100% - 69px) !default;
|
|
88
|
+
$treeview-focus-box-shadow: inset $shadow-focus-ring2 !default;
|
|
88
89
|
|
|
89
90
|
$treeview-font-family: $font-family !default;
|
|
90
91
|
$treeview-drag-icon-font-size: $text-xs !default;
|
|
@@ -93,6 +93,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
93
93
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
94
94
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
95
95
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
96
|
+
$treeview-focus-box-shadow: $keyboard-focus !default;
|
|
96
97
|
|
|
97
98
|
$treeview-font-family: $font-family !default;
|
|
98
99
|
$treeview-drag-icon-font-size: 14px !default;
|
|
@@ -151,12 +152,15 @@ $treeview-text-color: $content-text-color !default;
|
|
|
151
152
|
$treeview-border-color: $border-light !default;
|
|
152
153
|
$treeview-item-border-color: $transparent !default;
|
|
153
154
|
$treeview-item-active-bg: $flyout-bg-color-selected !default;
|
|
155
|
+
$treeview-item-focus-bg: $transparent !default;
|
|
154
156
|
$treeview-icon-active-color: $content-text-color-selected !default;
|
|
155
157
|
$treeview-text-active-color: $content-text-color-selected !default;
|
|
156
158
|
$treeview-item-active-border-color: $content-bg-color-selected !default;
|
|
157
159
|
$treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
158
160
|
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
161
|
+
$treeview-icon-focus-color: $icon-color !default;
|
|
159
162
|
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
163
|
+
$treeview-text-focus-color: $content-text-color !default;
|
|
160
164
|
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
161
165
|
$treeview-item-active-hover-bg: $content-bg-color-selected !default;
|
|
162
166
|
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
@@ -117,6 +117,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 68px) !default;
|
|
|
117
117
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 96px) !default;
|
|
118
118
|
$treeview-big-icon-wrap-width: calc(100% - 34px) !default;
|
|
119
119
|
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
120
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $bg-base-100 !default;
|
|
120
121
|
|
|
121
122
|
$treeview-font-family: $font-family !default;
|
|
122
123
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -120,6 +120,7 @@ $treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
|
120
120
|
$treeview-drag-icon-padding: 6px !default;
|
|
121
121
|
$treeview-font-family: $font-family !default;
|
|
122
122
|
$treeview-drag-icon-font-size: 12px !default;
|
|
123
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $bg-base-100 !default;
|
|
123
124
|
|
|
124
125
|
$treeview-font-family: $font-family !default;
|
|
125
126
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -106,6 +106,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
|
106
106
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 98px) !default;
|
|
107
107
|
$treeview-big-icon-wrap-width: calc(100% - 34px) !default;
|
|
108
108
|
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
109
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $grey-white !default;
|
|
109
110
|
|
|
110
111
|
$treeview-drag-icon-padding: 6px !default;
|
|
111
112
|
$treeview-font-family: $font-family !default;
|
|
@@ -109,6 +109,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
|
109
109
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 98px) !default;
|
|
110
110
|
$treeview-big-icon-wrap-width: calc(100% - 34px) !default;
|
|
111
111
|
$treeview-big-icon-img-wrap-width: calc(100% - 62px) !default;
|
|
112
|
+
$treeview-focus-box-shadow: inset 0 0 0 1px $grey-900 !default;
|
|
112
113
|
|
|
113
114
|
$treeview-font-family: $font-family !default;
|
|
114
115
|
$treeview-drag-icon-font-size: 12px !default;
|
|
@@ -124,6 +124,7 @@ $treeview-big-drop-count-padding: 3px 5px 4px !default;
|
|
|
124
124
|
$treeview-padding-none: 0 !default;
|
|
125
125
|
$treeview-bigger-list-text-padding: 12px !default;
|
|
126
126
|
$treeview-input-group-input-height: 28px !default;
|
|
127
|
+
$treeview-focus-box-shadow: $shadow-focus-ring3 !default;
|
|
127
128
|
|
|
128
129
|
$treeview-icon-color: rgba($icon-color) !default;
|
|
129
130
|
$treeview-text-color: rgba($content-text-color) !default;
|
|
@@ -124,6 +124,7 @@ $treeview-big-drop-count-padding: 3px 5px 4px !default;
|
|
|
124
124
|
$treeview-padding-none: 0 !default;
|
|
125
125
|
$treeview-bigger-list-text-padding: 12px !default;
|
|
126
126
|
$treeview-input-group-input-height: 28px !default;
|
|
127
|
+
$treeview-focus-box-shadow: $shadow-focus-ring3 !default;
|
|
127
128
|
|
|
128
129
|
$treeview-icon-color: rgba($icon-color) !default;
|
|
129
130
|
$treeview-text-color: rgba($content-text-color) !default;
|
|
@@ -10,7 +10,7 @@ $treeview-image-font-size: $text-xl !default;
|
|
|
10
10
|
$treeview-big-font-size: $text-base !default;
|
|
11
11
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
12
12
|
$treeview-item-height: 38px !default;
|
|
13
|
-
$treeview-text-line-height:
|
|
13
|
+
$treeview-text-line-height: 38px !default;
|
|
14
14
|
$treeview-text-min-height: 36px !default;
|
|
15
15
|
$treeview-input-height: 30px !default;
|
|
16
16
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
@@ -58,7 +58,7 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
58
58
|
|
|
59
59
|
$treeview-big-item-height: 48px !default;
|
|
60
60
|
$treeview-big-text-min-height: 46px !default;
|
|
61
|
-
$treeview-big-text-line-height:
|
|
61
|
+
$treeview-big-text-line-height: 48px !default;
|
|
62
62
|
$treeview-big-input-height: 40px !default;
|
|
63
63
|
$treeview-big-text-padding: 0 12px !default;
|
|
64
64
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -90,6 +90,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
90
90
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
91
91
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
92
92
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
93
|
+
$treeview-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
93
94
|
|
|
94
95
|
$treeview-font-family: $font-family !default;
|
|
95
96
|
$treeview-drag-icon-font-size: $text-xl !default;
|
|
@@ -10,7 +10,7 @@ $treeview-image-font-size: $text-xl !default;
|
|
|
10
10
|
$treeview-big-font-size: $text-base !default;
|
|
11
11
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
12
12
|
$treeview-item-height: 38px !default;
|
|
13
|
-
$treeview-text-line-height:
|
|
13
|
+
$treeview-text-line-height: 38px !default;
|
|
14
14
|
$treeview-text-min-height: 36px !default;
|
|
15
15
|
$treeview-input-height: 30px !default;
|
|
16
16
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
@@ -58,7 +58,7 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
58
58
|
|
|
59
59
|
$treeview-big-item-height: 48px !default;
|
|
60
60
|
$treeview-big-text-min-height: 46px !default;
|
|
61
|
-
$treeview-big-text-line-height:
|
|
61
|
+
$treeview-big-text-line-height: 48px !default;
|
|
62
62
|
$treeview-big-input-height: 40px !default;
|
|
63
63
|
$treeview-big-text-padding: 0 12px !default;
|
|
64
64
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -90,6 +90,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
90
90
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
91
91
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
92
92
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
93
|
+
$treeview-focus-box-shadow: inset $shadow-focus-ring1 !default;
|
|
93
94
|
|
|
94
95
|
$treeview-font-family: $font-family !default;
|
|
95
96
|
$treeview-drag-icon-font-size: $text-xl !default;
|
|
@@ -92,6 +92,7 @@ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
|
92
92
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
93
93
|
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
94
94
|
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
95
|
+
$treeview-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
95
96
|
|
|
96
97
|
$treeview-font-family: $font-family !default;
|
|
97
98
|
$treeview-drag-icon-font-size: $text-base !default;
|