@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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 +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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
color: #212529;
|
|
638
638
|
}
|
|
639
639
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
640
|
-
background:
|
|
640
|
+
background: rgb(86.4, 93.6, 100);
|
|
641
641
|
-webkit-box-shadow: none;
|
|
642
642
|
box-shadow: none;
|
|
643
643
|
}
|
|
@@ -645,18 +645,18 @@
|
|
|
645
645
|
color: #fff;
|
|
646
646
|
}
|
|
647
647
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
648
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
649
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
648
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
649
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
650
650
|
}
|
|
651
651
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
652
|
-
background:
|
|
652
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
653
653
|
border-radius: 4px;
|
|
654
654
|
color: #6c757d;
|
|
655
655
|
border-color: #6c757d;
|
|
656
656
|
border-style: solid;
|
|
657
657
|
border-width: 0;
|
|
658
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
659
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
658
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
659
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
660
660
|
}
|
|
661
661
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
662
662
|
color: #fff;
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
color: #fff;
|
|
667
667
|
}
|
|
668
668
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
669
|
-
background:
|
|
669
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
670
670
|
border-color: #6c757d;
|
|
671
671
|
border-style: solid;
|
|
672
672
|
border-width: 0;
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
color: #fff;
|
|
688
688
|
}
|
|
689
689
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
690
|
-
background:
|
|
690
|
+
background: rgb(86.4, 93.6, 100);
|
|
691
691
|
border-color: #dee2e6;
|
|
692
692
|
border-style: solid;
|
|
693
693
|
border-width: 0;
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
content: "";
|
|
754
754
|
}
|
|
755
755
|
.e-toolbar .e-hor-nav:hover {
|
|
756
|
-
background:
|
|
756
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
757
757
|
border-left: 0;
|
|
758
758
|
color: #fff;
|
|
759
759
|
}
|
|
@@ -766,13 +766,13 @@
|
|
|
766
766
|
border-width: 0;
|
|
767
767
|
}
|
|
768
768
|
.e-toolbar .e-hor-nav:hover:active {
|
|
769
|
-
background:
|
|
769
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
770
770
|
border-color: #dee2e6;
|
|
771
771
|
border-style: solid;
|
|
772
772
|
border-width: 0;
|
|
773
773
|
}
|
|
774
774
|
.e-toolbar .e-hor-nav:focus {
|
|
775
|
-
background:
|
|
775
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
776
776
|
color: #fff;
|
|
777
777
|
border-color: #6c757d;
|
|
778
778
|
border-style: solid;
|
|
@@ -783,16 +783,16 @@
|
|
|
783
783
|
}
|
|
784
784
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
785
785
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
786
|
-
background:
|
|
786
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
787
787
|
-webkit-box-shadow: none;
|
|
788
788
|
box-shadow: none;
|
|
789
|
-
border-color:
|
|
789
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
790
790
|
border-style: solid;
|
|
791
791
|
border-width: 0;
|
|
792
792
|
}
|
|
793
793
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
794
794
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
795
|
-
border-color:
|
|
795
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
796
796
|
border-style: solid;
|
|
797
797
|
border-width: 0;
|
|
798
798
|
}
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
background: transparent;
|
|
815
815
|
}
|
|
816
816
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
817
|
-
background:
|
|
817
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
818
818
|
-webkit-box-shadow: none;
|
|
819
819
|
box-shadow: none;
|
|
820
820
|
border-color: #6c757d;
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
border-width: 0;
|
|
823
823
|
}
|
|
824
824
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
825
|
-
background:
|
|
825
|
+
background: rgb(86.4, 93.6, 100);
|
|
826
826
|
-webkit-box-shadow: none;
|
|
827
827
|
box-shadow: none;
|
|
828
828
|
border-color: #dee2e6;
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
border-width: 0;
|
|
831
831
|
}
|
|
832
832
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
833
|
-
background:
|
|
833
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
834
834
|
border-color: #6c757d;
|
|
835
835
|
border-style: solid;
|
|
836
836
|
border-width: 0;
|
|
@@ -850,23 +850,23 @@
|
|
|
850
850
|
border: none;
|
|
851
851
|
}
|
|
852
852
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
853
|
-
background:
|
|
853
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
854
854
|
border-radius: 4px;
|
|
855
855
|
border-color: #6c757d;
|
|
856
856
|
border-style: solid;
|
|
857
857
|
border-width: 0;
|
|
858
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
859
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
858
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
859
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
860
860
|
}
|
|
861
861
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
862
|
-
background:
|
|
862
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
863
863
|
border-radius: 4px;
|
|
864
864
|
border-color: #6c757d;
|
|
865
865
|
border-style: solid;
|
|
866
866
|
border-width: 0;
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
869
|
-
background:
|
|
869
|
+
background: rgb(86.4, 93.6, 100);
|
|
870
870
|
border-radius: 4px;
|
|
871
871
|
-webkit-box-shadow: none;
|
|
872
872
|
box-shadow: none;
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
border-width: 0 0 0 0;
|
|
891
891
|
}
|
|
892
892
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
893
|
-
background:
|
|
893
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
894
894
|
color: #6c757d;
|
|
895
895
|
border: solid #dee2e6;
|
|
896
896
|
border-width: 0 0 0 0;
|
|
@@ -660,8 +660,8 @@
|
|
|
660
660
|
color: #333;
|
|
661
661
|
}
|
|
662
662
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
663
|
-
background:
|
|
664
|
-
border-color:
|
|
663
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
664
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
665
665
|
border-style: solid;
|
|
666
666
|
border-width: 0;
|
|
667
667
|
border-radius: 0;
|
|
@@ -756,16 +756,16 @@
|
|
|
756
756
|
}
|
|
757
757
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
758
758
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
759
|
-
background:
|
|
759
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
760
760
|
-webkit-box-shadow: none;
|
|
761
761
|
box-shadow: none;
|
|
762
|
-
border-color:
|
|
762
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
763
763
|
border-style: solid;
|
|
764
764
|
border-width: 0 0 0 1px;
|
|
765
765
|
}
|
|
766
766
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
767
767
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
768
|
-
border-color:
|
|
768
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
769
769
|
border-style: solid;
|
|
770
770
|
border-width: 0 0 0 1px;
|
|
771
771
|
}
|
|
@@ -795,10 +795,10 @@
|
|
|
795
795
|
border-width: 0;
|
|
796
796
|
}
|
|
797
797
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
798
|
-
background:
|
|
798
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
799
799
|
-webkit-box-shadow: none;
|
|
800
800
|
box-shadow: none;
|
|
801
|
-
border-color:
|
|
801
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
802
802
|
border-style: solid;
|
|
803
803
|
border-width: 0;
|
|
804
804
|
}
|
|
@@ -839,11 +839,11 @@
|
|
|
839
839
|
border-width: 0;
|
|
840
840
|
}
|
|
841
841
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
842
|
-
background:
|
|
842
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
843
843
|
border-radius: 0;
|
|
844
844
|
-webkit-box-shadow: none;
|
|
845
845
|
box-shadow: none;
|
|
846
|
-
border-color:
|
|
846
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
847
847
|
border-style: solid;
|
|
848
848
|
border-width: 0;
|
|
849
849
|
}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
|
|
175
175
|
.e-list-text {
|
|
176
176
|
line-height: $treeview-big-text-height;
|
|
177
|
-
@if $skin-name != 'bootstrap4' {
|
|
177
|
+
@if $skin-name != 'bootstrap4' or $skin-name != 'tailwind3' {
|
|
178
178
|
min-height: $treeview-big-text-height;
|
|
179
179
|
}
|
|
180
180
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
@if $skin-name == 'tailwind3' {
|
|
184
184
|
padding: $treeview-big-text-padding;
|
|
185
|
+
min-height: $treeview-big-item-height;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
.e-input-group {
|
|
@@ -394,6 +395,9 @@
|
|
|
394
395
|
@if $skin-name == 'bootstrap4' {
|
|
395
396
|
padding: $treeview-big-drag-icon-padding;
|
|
396
397
|
}
|
|
398
|
+
@else if $skin-name == 'bootstrap5.3' {
|
|
399
|
+
padding: $treeview-drag-icon-padding;
|
|
400
|
+
}
|
|
397
401
|
}
|
|
398
402
|
|
|
399
403
|
.e-list-text {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
//default
|
|
2
4
|
/* stylelint-disable */
|
|
3
5
|
$treeview-font-size: 14px !default;
|
|
@@ -16,14 +18,14 @@ $treeview-item-active-bg: $primary !default;
|
|
|
16
18
|
$treeview-icon-active-color: $primary-font !default;
|
|
17
19
|
$treeview-text-active-color: $primary-font !default;
|
|
18
20
|
$treeview-item-active-border-color: $primary !default;
|
|
19
|
-
$treeview-item-hover-bg:
|
|
21
|
+
$treeview-item-hover-bg: color.adjust($gray-100, $lightness: -2%) !default;
|
|
20
22
|
$treeview-icon-hover-color: $gray-700 !default;
|
|
21
23
|
$treeview-text-hover-color: $gray-900 !default;
|
|
22
|
-
$treeview-item-hover-border-color:
|
|
23
|
-
$treeview-item-active-hover-bg:
|
|
24
|
+
$treeview-item-hover-border-color: color.adjust( $gray-100, $lightness: -2%)!default;
|
|
25
|
+
$treeview-item-active-hover-bg: color.adjust($primary, $lightness: -7.5%)!default;
|
|
24
26
|
$treeview-icon-active-hover-color: $primary-font !default;
|
|
25
27
|
$treeview-text-active-hover-color: $primary-font !default;
|
|
26
|
-
$treeview-item-active-hover-border-color:
|
|
28
|
+
$treeview-item-active-hover-border-color: color.adjust($primary, $lightness: -7.5%) !default;
|
|
27
29
|
$treeview-text-disable-color: $gray-600 !default;
|
|
28
30
|
$treeview-icon-disable-color: $gray-600 !default;
|
|
29
31
|
$treeview-drag-line-bg: $primary !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
2
4
|
/* stylelint-disable */
|
|
3
5
|
$treeview-font-size: $text-sm !default;
|
|
@@ -13,7 +15,7 @@ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
|
13
15
|
$treeview-text-wrap-padding: 0 0 0 20px !default;
|
|
14
16
|
$treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
|
|
15
17
|
$treeview-icon-size: 20px !default;
|
|
16
|
-
$treeview-icon-margin: 0 4px 0 -
|
|
18
|
+
$treeview-icon-margin: 0 4px 0 -24px !default;
|
|
17
19
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
18
20
|
$treeview-icon-padding: 0px !default;
|
|
19
21
|
$treeview-text-padding: 0 8px !default;
|
|
@@ -99,7 +101,7 @@ $treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
|
99
101
|
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
100
102
|
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
101
103
|
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
102
|
-
$treeview-item-active-hover-bg:
|
|
104
|
+
$treeview-item-active-hover-bg: color.adjust($treeview-item-active-bg, $lightness: -5%) !default;
|
|
103
105
|
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
104
106
|
$treeview-text-active-hover-color: $content-text-color-selected !default;
|
|
105
107
|
$treeview-item-active-hover-border-color: $content-bg-color-selected !default;
|
|
@@ -13,7 +13,7 @@ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
|
13
13
|
$treeview-text-wrap-padding: 0 0 0 20px !default;
|
|
14
14
|
$treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
|
|
15
15
|
$treeview-icon-size: 20px !default;
|
|
16
|
-
$treeview-icon-margin: 0 4px 0 -
|
|
16
|
+
$treeview-icon-margin: 0 4px 0 -24px !default;
|
|
17
17
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
18
18
|
$treeview-icon-padding: 0px !default;
|
|
19
19
|
$treeview-text-padding: 0 8px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
2
4
|
/* stylelint-disable */
|
|
3
5
|
$treeview-font-size: $text-sm !default;
|
|
@@ -99,7 +101,7 @@ $treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
|
99
101
|
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
100
102
|
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
101
103
|
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
102
|
-
$treeview-item-active-hover-bg:
|
|
104
|
+
$treeview-item-active-hover-bg: color.adjust($treeview-item-active-bg, $lightness: -5%) !default;
|
|
103
105
|
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
104
106
|
$treeview-text-active-hover-color: $content-text-color-selected !default;
|
|
105
107
|
$treeview-item-active-hover-border-color: $content-bg-color-selected !default;
|
|
@@ -261,6 +261,10 @@
|
|
|
261
261
|
width: calc(100% - 8px);
|
|
262
262
|
margin-left: 4px;
|
|
263
263
|
}
|
|
264
|
+
|
|
265
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
266
|
+
z-index: -1;
|
|
267
|
+
}
|
|
264
268
|
}
|
|
265
269
|
|
|
266
270
|
.e-checkbox-wrapper {
|
|
@@ -292,7 +296,7 @@
|
|
|
292
296
|
display: inline-block;
|
|
293
297
|
line-height: $treeview-text-height;
|
|
294
298
|
margin: $treeview-text-margin;
|
|
295
|
-
@if $skin-name == 'Material3' {
|
|
299
|
+
@if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
|
|
296
300
|
min-height: $treeview-item-height;
|
|
297
301
|
}
|
|
298
302
|
@else if $skin-name != 'bootstrap4' {
|
|
@@ -570,7 +574,7 @@
|
|
|
570
574
|
margin: $treeview-drag-icon-margin;
|
|
571
575
|
}
|
|
572
576
|
}
|
|
573
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == '
|
|
577
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
574
578
|
box-sizing: content-box;
|
|
575
579
|
padding-left: $treeview-drag-icon-padding;
|
|
576
580
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
2
4
|
/* stylelint-disable */
|
|
3
5
|
$treeview-font-size: $text-sm !default;
|
|
@@ -106,7 +108,7 @@ $treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
|
106
108
|
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
107
109
|
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
108
110
|
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
109
|
-
$treeview-item-active-hover-bg:
|
|
111
|
+
$treeview-item-active-hover-bg: color.adjust($content-bg-color-hover, $lightness: -10%) !default;
|
|
110
112
|
$treeview-icon-active-hover-color: $treeview-icon-hover-color !default;
|
|
111
113
|
$treeview-text-active-hover-color: $treeview-text-hover-color !default;
|
|
112
114
|
$treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
@mixin sibling-theme($left, $right) {
|
|
3
5
|
@if $skin-name == 'material' {
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
|
|
17
19
|
@mixin active-hover-theme {
|
|
18
20
|
@if $theme-name =='fluentui-dark' {
|
|
19
|
-
background-color:
|
|
21
|
+
background-color: color.adjust($treeview-item-active-bg, $lightness: 5%);
|
|
20
22
|
}
|
|
21
23
|
@else {
|
|
22
24
|
@if ($skin-name == 'bootstrap5.3' or $skin-name == 'tailwind3') {
|
package/styles/treeview/bds.css
CHANGED
|
@@ -166,6 +166,11 @@
|
|
|
166
166
|
position: absolute;
|
|
167
167
|
width: 100%;
|
|
168
168
|
}
|
|
169
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
170
|
+
.e-treeview .e-fullrow {
|
|
171
|
+
z-index: -1;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
169
174
|
.e-treeview .e-checkbox-wrapper {
|
|
170
175
|
margin: 0 0 0 5px;
|
|
171
176
|
pointer-events: all;
|
|
@@ -493,8 +498,8 @@
|
|
|
493
498
|
background: transparent;
|
|
494
499
|
}
|
|
495
500
|
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
496
|
-
background-color:
|
|
497
|
-
border-color:
|
|
501
|
+
background-color: rgb(242.05, 243.9, 245.75);
|
|
502
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
|
498
503
|
}
|
|
499
504
|
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
500
505
|
color: #212529;
|
|
@@ -540,8 +545,8 @@
|
|
|
540
545
|
color: #007bff;
|
|
541
546
|
}
|
|
542
547
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
543
|
-
background-color:
|
|
544
|
-
border-color:
|
|
548
|
+
background-color: rgb(0, 104.55, 216.75);
|
|
549
|
+
border-color: rgb(0, 104.55, 216.75);
|
|
545
550
|
}
|
|
546
551
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
547
552
|
color: #fff;
|
|
@@ -600,16 +605,16 @@
|
|
|
600
605
|
border-top-color: transparent;
|
|
601
606
|
}
|
|
602
607
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
603
|
-
background-color:
|
|
604
|
-
border-color:
|
|
608
|
+
background-color: rgb(242.05, 243.9, 245.75);
|
|
609
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
|
605
610
|
}
|
|
606
611
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
607
612
|
background-color: #007bff;
|
|
608
613
|
border-color: #007bff;
|
|
609
614
|
}
|
|
610
615
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
611
|
-
background-color:
|
|
612
|
-
border-color:
|
|
616
|
+
background-color: rgb(0, 104.55, 216.75);
|
|
617
|
+
border-color: rgb(0, 104.55, 216.75);
|
|
613
618
|
}
|
|
614
619
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
615
620
|
background-color: transparent;
|
|
@@ -715,7 +720,7 @@
|
|
|
715
720
|
.e-bigger .e-treeview .e-list-text,
|
|
716
721
|
.e-treeview.e-bigger .e-list-text {
|
|
717
722
|
line-height: 36px;
|
|
718
|
-
min-height:
|
|
723
|
+
min-height: 36px;
|
|
719
724
|
}
|
|
720
725
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
721
726
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -167,6 +167,11 @@
|
|
|
167
167
|
position: absolute;
|
|
168
168
|
width: 100%;
|
|
169
169
|
}
|
|
170
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
171
|
+
.e-treeview .e-fullrow {
|
|
172
|
+
z-index: -1;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
170
175
|
.e-treeview .e-checkbox-wrapper {
|
|
171
176
|
margin: 0 0 0 12px;
|
|
172
177
|
pointer-events: all;
|
|
@@ -234,7 +239,7 @@
|
|
|
234
239
|
.e-treeview .e-icon-expandable {
|
|
235
240
|
display: inline-block;
|
|
236
241
|
height: 20px;
|
|
237
|
-
margin: 0 4px 0 -
|
|
242
|
+
margin: 0 4px 0 -24px;
|
|
238
243
|
vertical-align: middle;
|
|
239
244
|
width: 20px;
|
|
240
245
|
}
|
|
@@ -493,8 +498,8 @@
|
|
|
493
498
|
background: transparent;
|
|
494
499
|
}
|
|
495
500
|
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
496
|
-
background-color:
|
|
497
|
-
border-color:
|
|
501
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
502
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
498
503
|
}
|
|
499
504
|
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
500
505
|
color: #fff;
|
|
@@ -541,7 +546,7 @@
|
|
|
541
546
|
border-color: #fff;
|
|
542
547
|
}
|
|
543
548
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
544
|
-
background-color:
|
|
549
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
545
550
|
border-color: #0d6efd;
|
|
546
551
|
}
|
|
547
552
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -590,28 +595,28 @@
|
|
|
590
595
|
background: #0d6efd;
|
|
591
596
|
}
|
|
592
597
|
.e-treeview .e-popup .e-content {
|
|
593
|
-
background-color:
|
|
594
|
-
border-color:
|
|
598
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
599
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
595
600
|
}
|
|
596
601
|
.e-treeview .e-popup.e-select .e-icons {
|
|
597
|
-
border-color:
|
|
602
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
598
603
|
}
|
|
599
604
|
.e-treeview .e-popup .e-downtail::before {
|
|
600
|
-
border-top-color:
|
|
605
|
+
border-top-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
601
606
|
}
|
|
602
607
|
.e-treeview .e-popup .e-downtail::after {
|
|
603
|
-
border-top-color:
|
|
608
|
+
border-top-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
604
609
|
}
|
|
605
610
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
606
|
-
background-color:
|
|
607
|
-
border-color:
|
|
611
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
612
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
608
613
|
}
|
|
609
614
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
610
615
|
background-color: #0d6efd;
|
|
611
616
|
border-color: #0d6efd;
|
|
612
617
|
}
|
|
613
618
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
614
|
-
background-color:
|
|
619
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
615
620
|
border-color: #0d6efd;
|
|
616
621
|
}
|
|
617
622
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -171,6 +171,11 @@
|
|
|
171
171
|
position: absolute;
|
|
172
172
|
width: 100%;
|
|
173
173
|
}
|
|
174
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
175
|
+
.e-treeview .e-fullrow {
|
|
176
|
+
z-index: -1;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
174
179
|
.e-treeview .e-checkbox-wrapper {
|
|
175
180
|
margin: 0 0 0 8px;
|
|
176
181
|
pointer-events: all;
|
|
@@ -238,7 +243,7 @@
|
|
|
238
243
|
.e-treeview .e-icon-expandable {
|
|
239
244
|
display: inline-block;
|
|
240
245
|
height: 20px;
|
|
241
|
-
margin: 0 4px 0 -
|
|
246
|
+
margin: 0 4px 0 -24px;
|
|
242
247
|
vertical-align: middle;
|
|
243
248
|
width: 20px;
|
|
244
249
|
}
|
|
@@ -358,12 +363,6 @@
|
|
|
358
363
|
.e-treeview.e-drag-item .e-text-content .e-list-text {
|
|
359
364
|
padding: 0 4px 8px 10px 12px;
|
|
360
365
|
}
|
|
361
|
-
.e-treeview.e-drag-item .e-icon-collapsible,
|
|
362
|
-
.e-treeview.e-drag-item .e-icon-expandable {
|
|
363
|
-
-webkit-box-sizing: content-box;
|
|
364
|
-
box-sizing: content-box;
|
|
365
|
-
padding-left: 4px 8px 10px 12px;
|
|
366
|
-
}
|
|
367
366
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
368
367
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
369
368
|
font-size: 14px;
|
|
@@ -790,4 +789,10 @@
|
|
|
790
789
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
791
790
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
792
791
|
font-size: 24px;
|
|
792
|
+
}
|
|
793
|
+
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,
|
|
794
|
+
.e-bigger .e-treeview.e-drag-item .e-icon-expandable,
|
|
795
|
+
.e-treeview.e-bigger.e-drag-item .e-icon-collapsible,
|
|
796
|
+
.e-treeview.e-bigger.e-drag-item .e-icon-expandable {
|
|
797
|
+
padding: 4px 8px 10px 12px;
|
|
793
798
|
}
|
|
@@ -167,6 +167,11 @@
|
|
|
167
167
|
position: absolute;
|
|
168
168
|
width: 100%;
|
|
169
169
|
}
|
|
170
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
171
|
+
.e-treeview .e-fullrow {
|
|
172
|
+
z-index: -1;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
170
175
|
.e-treeview .e-checkbox-wrapper {
|
|
171
176
|
margin: 0 0 0 12px;
|
|
172
177
|
pointer-events: all;
|
|
@@ -234,7 +239,7 @@
|
|
|
234
239
|
.e-treeview .e-icon-expandable {
|
|
235
240
|
display: inline-block;
|
|
236
241
|
height: 20px;
|
|
237
|
-
margin: 0 4px 0 -
|
|
242
|
+
margin: 0 4px 0 -24px;
|
|
238
243
|
vertical-align: middle;
|
|
239
244
|
width: 20px;
|
|
240
245
|
}
|
|
@@ -541,7 +546,7 @@
|
|
|
541
546
|
border-color: #fff;
|
|
542
547
|
}
|
|
543
548
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
544
|
-
background-color:
|
|
549
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
545
550
|
border-color: #0d6efd;
|
|
546
551
|
}
|
|
547
552
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -611,7 +616,7 @@
|
|
|
611
616
|
border-color: #0d6efd;
|
|
612
617
|
}
|
|
613
618
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
614
|
-
background-color:
|
|
619
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
615
620
|
border-color: #0d6efd;
|
|
616
621
|
}
|
|
617
622
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|