@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
|
@@ -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 5px;
|
|
172
177
|
pointer-events: all;
|
|
@@ -503,8 +508,8 @@
|
|
|
503
508
|
background: transparent;
|
|
504
509
|
}
|
|
505
510
|
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
506
|
-
background-color:
|
|
507
|
-
border-color:
|
|
511
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
512
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
508
513
|
}
|
|
509
514
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
510
515
|
background-color: transparent;
|
|
@@ -527,7 +532,7 @@
|
|
|
527
532
|
color: #333;
|
|
528
533
|
}
|
|
529
534
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
530
|
-
background-color:
|
|
535
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
531
536
|
border-color: #666;
|
|
532
537
|
}
|
|
533
538
|
.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,11 +595,11 @@
|
|
|
590
595
|
border-color: #f4f4f4;
|
|
591
596
|
}
|
|
592
597
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
593
|
-
background-color:
|
|
594
|
-
border-color:
|
|
598
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
599
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
595
600
|
}
|
|
596
601
|
.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 {
|
|
597
|
-
background-color:
|
|
602
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
598
603
|
border-color: #666;
|
|
599
604
|
}
|
|
600
605
|
.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 {
|
|
@@ -605,7 +610,7 @@
|
|
|
605
610
|
border-color: transparent;
|
|
606
611
|
}
|
|
607
612
|
.e-treeview.e-drag-item {
|
|
608
|
-
background-color:
|
|
613
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
609
614
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
610
615
|
}
|
|
611
616
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
@@ -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;
|
|
@@ -538,7 +543,7 @@
|
|
|
538
543
|
border-color: #f3f2f1;
|
|
539
544
|
}
|
|
540
545
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
541
|
-
background-color:
|
|
546
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
542
547
|
border-color: #292827;
|
|
543
548
|
}
|
|
544
549
|
.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 {
|
|
@@ -608,7 +613,7 @@
|
|
|
608
613
|
border-color: #292827;
|
|
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:
|
|
616
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
612
617
|
border-color: #292827;
|
|
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 {
|
|
@@ -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;
|
|
@@ -538,7 +543,7 @@
|
|
|
538
543
|
border-color: #201f1e;
|
|
539
544
|
}
|
|
540
545
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
541
|
-
background-color:
|
|
546
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
542
547
|
border-color: #edebe9;
|
|
543
548
|
}
|
|
544
549
|
.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 {
|
|
@@ -608,7 +613,7 @@
|
|
|
608
613
|
border-color: #edebe9;
|
|
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:
|
|
616
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
612
617
|
border-color: #edebe9;
|
|
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 {
|
|
@@ -361,6 +361,11 @@
|
|
|
361
361
|
width: calc(100% - 8px);
|
|
362
362
|
margin-left: 4px;
|
|
363
363
|
}
|
|
364
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
365
|
+
.e-treeview .e-fullrow {
|
|
366
|
+
z-index: -1;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
364
369
|
.e-treeview .e-checkbox-wrapper {
|
|
365
370
|
margin: 0 0 0 4px;
|
|
366
371
|
pointer-events: all;
|
|
@@ -170,6 +170,11 @@
|
|
|
170
170
|
position: absolute;
|
|
171
171
|
width: 100%;
|
|
172
172
|
}
|
|
173
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
174
|
+
.e-treeview .e-fullrow {
|
|
175
|
+
z-index: -1;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
173
178
|
.e-treeview .e-checkbox-wrapper {
|
|
174
179
|
margin: 0 0 0 6px;
|
|
175
180
|
pointer-events: all;
|
|
@@ -536,7 +541,7 @@
|
|
|
536
541
|
color: #fff;
|
|
537
542
|
}
|
|
538
543
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
539
|
-
background-color:
|
|
544
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
540
545
|
border-color: #4b5563;
|
|
541
546
|
}
|
|
542
547
|
.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 {
|
|
@@ -602,7 +607,7 @@
|
|
|
602
607
|
border-color: #6b7280;
|
|
603
608
|
}
|
|
604
609
|
.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 {
|
|
605
|
-
background-color:
|
|
610
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
606
611
|
border-color: #4b5563;
|
|
607
612
|
}
|
|
608
613
|
.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 {
|
|
@@ -170,6 +170,11 @@
|
|
|
170
170
|
position: absolute;
|
|
171
171
|
width: 100%;
|
|
172
172
|
}
|
|
173
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
174
|
+
.e-treeview .e-fullrow {
|
|
175
|
+
z-index: -1;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
173
178
|
.e-treeview .e-checkbox-wrapper {
|
|
174
179
|
margin: 0 0 0 6px;
|
|
175
180
|
pointer-events: all;
|
|
@@ -536,7 +541,7 @@
|
|
|
536
541
|
color: #111827;
|
|
537
542
|
}
|
|
538
543
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
539
|
-
background-color:
|
|
544
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
540
545
|
border-color: #f3f4f6;
|
|
541
546
|
}
|
|
542
547
|
.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 {
|
|
@@ -602,7 +607,7 @@
|
|
|
602
607
|
border-color: #e5e7eb;
|
|
603
608
|
}
|
|
604
609
|
.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 {
|
|
605
|
-
background-color:
|
|
610
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
606
611
|
border-color: #f3f4f6;
|
|
607
612
|
}
|
|
608
613
|
.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 {
|
|
@@ -188,6 +188,11 @@
|
|
|
188
188
|
position: absolute;
|
|
189
189
|
width: 100%;
|
|
190
190
|
}
|
|
191
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
192
|
+
.e-treeview .e-fullrow {
|
|
193
|
+
z-index: -1;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
191
196
|
.e-treeview .e-checkbox-wrapper {
|
|
192
197
|
margin: 0 0 0 8px;
|
|
193
198
|
pointer-events: all;
|
|
@@ -213,7 +218,7 @@
|
|
|
213
218
|
display: inline-block;
|
|
214
219
|
line-height: 20px;
|
|
215
220
|
margin: 0;
|
|
216
|
-
min-height:
|
|
221
|
+
min-height: 40px;
|
|
217
222
|
font-weight: 500;
|
|
218
223
|
padding: 10px 8px;
|
|
219
224
|
text-decoration: none;
|
|
@@ -711,6 +716,7 @@
|
|
|
711
716
|
line-height: 24px;
|
|
712
717
|
min-height: 24px;
|
|
713
718
|
padding: 12px 8px;
|
|
719
|
+
min-height: 48px;
|
|
714
720
|
}
|
|
715
721
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
716
722
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|