@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
|
@@ -39,10 +39,8 @@
|
|
|
39
39
|
|
|
40
40
|
@mixin active-editing-theme {
|
|
41
41
|
@include bg-border($treeview-item-border-color, $treeview-item-border-color);
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
box-shadow: none;
|
|
45
|
-
}
|
|
42
|
+
-webkit-box-shadow: none;
|
|
43
|
+
box-shadow: none;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
@mixin active-font-weight {
|
|
@@ -119,6 +117,29 @@
|
|
|
119
117
|
}
|
|
120
118
|
}
|
|
121
119
|
|
|
120
|
+
&.e-node-focus {
|
|
121
|
+
> .e-fullrow {
|
|
122
|
+
box-shadow: $treeview-focus-box-shadow;
|
|
123
|
+
border: none;
|
|
124
|
+
@if $skin-name == 'fluent2' {
|
|
125
|
+
background-color: $treeview-item-focus-bg;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
> .e-text-content {
|
|
130
|
+
@if $skin-name == 'fluent2' {
|
|
131
|
+
.e-list-text {
|
|
132
|
+
color: $treeview-text-focus-color;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-icon-collapsible,
|
|
136
|
+
.e-icon-expandable {
|
|
137
|
+
color: $treeview-icon-focus-color;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
122
143
|
&.e-active {
|
|
123
144
|
background: transparent;
|
|
124
145
|
|
|
@@ -182,6 +203,15 @@
|
|
|
182
203
|
@include text-content($treeview-text-active-hover-color, $treeview-icon-active-hover-color);
|
|
183
204
|
}
|
|
184
205
|
}
|
|
206
|
+
|
|
207
|
+
&.e-node-focus {
|
|
208
|
+
> .e-fullrow {
|
|
209
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'highcontrast' {
|
|
210
|
+
-webkit-box-shadow: $treeview-focus-box-shadow;
|
|
211
|
+
box-shadow: $treeview-focus-box-shadow;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
185
215
|
}
|
|
186
216
|
|
|
187
217
|
&.e-editing {
|
|
@@ -283,6 +313,15 @@
|
|
|
283
313
|
@include active-hover-theme;
|
|
284
314
|
}
|
|
285
315
|
}
|
|
316
|
+
|
|
317
|
+
&.e-node-focus {
|
|
318
|
+
> .e-text-content {
|
|
319
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'highcontrast' {
|
|
320
|
+
-webkit-box-shadow: $treeview-focus-box-shadow;
|
|
321
|
+
box-shadow: $treeview-focus-box-shadow;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
286
325
|
}
|
|
287
326
|
|
|
288
327
|
&.e-editing {
|
|
@@ -294,6 +333,18 @@
|
|
|
294
333
|
}
|
|
295
334
|
}
|
|
296
335
|
}
|
|
336
|
+
|
|
337
|
+
&.e-node-focus {
|
|
338
|
+
> .e-text-content {
|
|
339
|
+
box-shadow: $treeview-focus-box-shadow;
|
|
340
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
341
|
+
border: none;
|
|
342
|
+
}
|
|
343
|
+
@if $skin-name == 'fluent2' {
|
|
344
|
+
background-color: $treeview-item-focus-bg;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
}
|
|
297
348
|
}
|
|
298
349
|
}
|
|
299
350
|
|
package/styles/treeview/bds.css
CHANGED
|
@@ -676,6 +676,11 @@
|
|
|
676
676
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
677
677
|
color: var(--color-sf-fg-secondary-hover);
|
|
678
678
|
}
|
|
679
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
680
|
+
-webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
|
|
681
|
+
box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
|
|
682
|
+
border: none;
|
|
683
|
+
}
|
|
679
684
|
.e-treeview .e-list-item.e-active {
|
|
680
685
|
background: transparent;
|
|
681
686
|
}
|
|
@@ -721,6 +726,8 @@
|
|
|
721
726
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
722
727
|
background-color: var(--color-sf-base-transparent);
|
|
723
728
|
border-color: var(--color-sf-base-transparent);
|
|
729
|
+
-webkit-box-shadow: none;
|
|
730
|
+
box-shadow: none;
|
|
724
731
|
}
|
|
725
732
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
726
733
|
color: var(--color-sf-text-primary);
|
|
@@ -776,6 +783,12 @@
|
|
|
776
783
|
.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 {
|
|
777
784
|
background-color: var(--color-sf-base-transparent);
|
|
778
785
|
border-color: var(--color-sf-base-transparent);
|
|
786
|
+
-webkit-box-shadow: none;
|
|
787
|
+
box-shadow: none;
|
|
788
|
+
}
|
|
789
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
790
|
+
-webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
|
|
791
|
+
box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
|
|
779
792
|
}
|
|
780
793
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
781
794
|
border-color: transparent;
|
|
@@ -915,8 +928,8 @@
|
|
|
915
928
|
}
|
|
916
929
|
.e-bigger .e-treeview .e-list-text,
|
|
917
930
|
.e-treeview.e-bigger .e-list-text {
|
|
918
|
-
line-height:
|
|
919
|
-
min-height:
|
|
931
|
+
line-height: 48px;
|
|
932
|
+
min-height: 48px;
|
|
920
933
|
}
|
|
921
934
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
922
935
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -509,6 +509,11 @@
|
|
|
509
509
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
510
510
|
color: #f0f0f0;
|
|
511
511
|
}
|
|
512
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
513
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
514
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
515
|
+
border: none;
|
|
516
|
+
}
|
|
512
517
|
.e-treeview .e-list-item.e-active {
|
|
513
518
|
background: transparent;
|
|
514
519
|
}
|
|
@@ -554,6 +559,8 @@
|
|
|
554
559
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
555
560
|
background-color: transparent;
|
|
556
561
|
border-color: transparent;
|
|
562
|
+
-webkit-box-shadow: none;
|
|
563
|
+
box-shadow: none;
|
|
557
564
|
}
|
|
558
565
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
559
566
|
color: #f0f0f0;
|
|
@@ -610,6 +617,12 @@
|
|
|
610
617
|
.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 {
|
|
611
618
|
background-color: transparent;
|
|
612
619
|
border-color: transparent;
|
|
620
|
+
-webkit-box-shadow: none;
|
|
621
|
+
box-shadow: none;
|
|
622
|
+
}
|
|
623
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
624
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
625
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
613
626
|
}
|
|
614
627
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
615
628
|
border-color: transparent;
|
|
@@ -512,6 +512,11 @@
|
|
|
512
512
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
513
513
|
color: #333;
|
|
514
514
|
}
|
|
515
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
516
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
517
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
518
|
+
border: none;
|
|
519
|
+
}
|
|
515
520
|
.e-treeview .e-list-item.e-active {
|
|
516
521
|
background: transparent;
|
|
517
522
|
}
|
|
@@ -556,6 +561,10 @@
|
|
|
556
561
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
557
562
|
color: #fff;
|
|
558
563
|
}
|
|
564
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
565
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
566
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
567
|
+
}
|
|
559
568
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
560
569
|
background-color: transparent;
|
|
561
570
|
border-color: transparent;
|
|
@@ -616,12 +625,20 @@
|
|
|
616
625
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
617
626
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
618
627
|
}
|
|
628
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
629
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
630
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
631
|
+
}
|
|
619
632
|
.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 {
|
|
620
633
|
background-color: transparent;
|
|
621
634
|
border-color: transparent;
|
|
622
635
|
-webkit-box-shadow: none;
|
|
623
636
|
box-shadow: none;
|
|
624
637
|
}
|
|
638
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
639
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
640
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
641
|
+
}
|
|
625
642
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
626
643
|
border-color: transparent;
|
|
627
644
|
}
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #495057;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: inset 0 0 0 1px #212529;
|
|
524
|
+
box-shadow: inset 0 0 0 1px #212529;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #212529;
|
|
@@ -626,6 +633,12 @@
|
|
|
626
633
|
.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 {
|
|
627
634
|
background-color: transparent;
|
|
628
635
|
border-color: transparent;
|
|
636
|
+
-webkit-box-shadow: none;
|
|
637
|
+
box-shadow: none;
|
|
638
|
+
}
|
|
639
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
640
|
+
-webkit-box-shadow: inset 0 0 0 1px #212529;
|
|
641
|
+
box-shadow: inset 0 0 0 1px #212529;
|
|
629
642
|
}
|
|
630
643
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
631
644
|
border-color: transparent;
|
|
@@ -521,6 +521,11 @@
|
|
|
521
521
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
522
522
|
color: #dee2e6;
|
|
523
523
|
}
|
|
524
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
525
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff;
|
|
526
|
+
box-shadow: inset 0 0 0 2px #fff;
|
|
527
|
+
border: none;
|
|
528
|
+
}
|
|
524
529
|
.e-treeview .e-list-item.e-active {
|
|
525
530
|
background: transparent;
|
|
526
531
|
}
|
|
@@ -572,6 +577,8 @@
|
|
|
572
577
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
573
578
|
background-color: transparent;
|
|
574
579
|
border-color: transparent;
|
|
580
|
+
-webkit-box-shadow: none;
|
|
581
|
+
box-shadow: none;
|
|
575
582
|
}
|
|
576
583
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
577
584
|
color: #fff;
|
|
@@ -631,6 +638,12 @@
|
|
|
631
638
|
.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 {
|
|
632
639
|
background-color: transparent;
|
|
633
640
|
border-color: transparent;
|
|
641
|
+
-webkit-box-shadow: none;
|
|
642
|
+
box-shadow: none;
|
|
643
|
+
}
|
|
644
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
645
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff;
|
|
646
|
+
box-shadow: inset 0 0 0 2px #fff;
|
|
634
647
|
}
|
|
635
648
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
636
649
|
border-color: transparent;
|
|
@@ -771,6 +771,11 @@
|
|
|
771
771
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
772
772
|
color: var(--color-sf-icon-color-hover);
|
|
773
773
|
}
|
|
774
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
775
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
776
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
777
|
+
border: none;
|
|
778
|
+
}
|
|
774
779
|
.e-treeview .e-list-item.e-active {
|
|
775
780
|
background: transparent;
|
|
776
781
|
}
|
|
@@ -822,6 +827,8 @@
|
|
|
822
827
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
823
828
|
background-color: transparent;
|
|
824
829
|
border-color: transparent;
|
|
830
|
+
-webkit-box-shadow: none;
|
|
831
|
+
box-shadow: none;
|
|
825
832
|
}
|
|
826
833
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
827
834
|
color: var(--color-sf-content-text-color);
|
|
@@ -878,6 +885,12 @@
|
|
|
878
885
|
.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 {
|
|
879
886
|
background-color: transparent;
|
|
880
887
|
border-color: transparent;
|
|
888
|
+
-webkit-box-shadow: none;
|
|
889
|
+
box-shadow: none;
|
|
890
|
+
}
|
|
891
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
892
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
893
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
881
894
|
}
|
|
882
895
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
883
896
|
border-color: transparent;
|
|
@@ -521,6 +521,11 @@
|
|
|
521
521
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
522
522
|
color: #343a40;
|
|
523
523
|
}
|
|
524
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
525
|
+
-webkit-box-shadow: inset 0 0 0 2px #212529;
|
|
526
|
+
box-shadow: inset 0 0 0 2px #212529;
|
|
527
|
+
border: none;
|
|
528
|
+
}
|
|
524
529
|
.e-treeview .e-list-item.e-active {
|
|
525
530
|
background: transparent;
|
|
526
531
|
}
|
|
@@ -572,6 +577,8 @@
|
|
|
572
577
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
573
578
|
background-color: transparent;
|
|
574
579
|
border-color: transparent;
|
|
580
|
+
-webkit-box-shadow: none;
|
|
581
|
+
box-shadow: none;
|
|
575
582
|
}
|
|
576
583
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
577
584
|
color: #212529;
|
|
@@ -631,6 +638,12 @@
|
|
|
631
638
|
.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 {
|
|
632
639
|
background-color: transparent;
|
|
633
640
|
border-color: transparent;
|
|
641
|
+
-webkit-box-shadow: none;
|
|
642
|
+
box-shadow: none;
|
|
643
|
+
}
|
|
644
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
645
|
+
-webkit-box-shadow: inset 0 0 0 2px #212529;
|
|
646
|
+
box-shadow: inset 0 0 0 2px #212529;
|
|
634
647
|
}
|
|
635
648
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
636
649
|
border-color: transparent;
|
|
@@ -509,6 +509,11 @@
|
|
|
509
509
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
510
510
|
color: #dadada;
|
|
511
511
|
}
|
|
512
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
513
|
+
-webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
514
|
+
box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
515
|
+
border: none;
|
|
516
|
+
}
|
|
512
517
|
.e-treeview .e-list-item.e-active {
|
|
513
518
|
background: transparent;
|
|
514
519
|
}
|
|
@@ -554,6 +559,8 @@
|
|
|
554
559
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
555
560
|
background-color: transparent;
|
|
556
561
|
border-color: transparent;
|
|
562
|
+
-webkit-box-shadow: none;
|
|
563
|
+
box-shadow: none;
|
|
557
564
|
}
|
|
558
565
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
559
566
|
color: #dadada;
|
|
@@ -610,6 +617,13 @@
|
|
|
610
617
|
.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 {
|
|
611
618
|
background-color: transparent;
|
|
612
619
|
border-color: transparent;
|
|
620
|
+
-webkit-box-shadow: none;
|
|
621
|
+
box-shadow: none;
|
|
622
|
+
}
|
|
623
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
624
|
+
-webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
625
|
+
box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
626
|
+
border: none;
|
|
613
627
|
}
|
|
614
628
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
615
629
|
border-color: transparent;
|
|
@@ -512,6 +512,11 @@
|
|
|
512
512
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
513
513
|
color: #333;
|
|
514
514
|
}
|
|
515
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
516
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
517
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
518
|
+
border: none;
|
|
519
|
+
}
|
|
515
520
|
.e-treeview .e-list-item.e-active {
|
|
516
521
|
background: transparent;
|
|
517
522
|
}
|
|
@@ -557,6 +562,8 @@
|
|
|
557
562
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
558
563
|
background-color: transparent;
|
|
559
564
|
border-color: transparent;
|
|
565
|
+
-webkit-box-shadow: none;
|
|
566
|
+
box-shadow: none;
|
|
560
567
|
}
|
|
561
568
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
562
569
|
color: #333;
|
|
@@ -613,6 +620,13 @@
|
|
|
613
620
|
.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 {
|
|
614
621
|
background-color: transparent;
|
|
615
622
|
border-color: transparent;
|
|
623
|
+
-webkit-box-shadow: none;
|
|
624
|
+
box-shadow: none;
|
|
625
|
+
}
|
|
626
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
627
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
628
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
629
|
+
border: none;
|
|
616
630
|
}
|
|
617
631
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
618
632
|
border-color: transparent;
|
|
@@ -518,6 +518,11 @@
|
|
|
518
518
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
519
519
|
color: #f3f2f1;
|
|
520
520
|
}
|
|
521
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
522
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
523
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
524
|
+
border: none;
|
|
525
|
+
}
|
|
521
526
|
.e-treeview .e-list-item.e-active {
|
|
522
527
|
background: transparent;
|
|
523
528
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #f3f2f1;
|
|
@@ -628,6 +635,12 @@
|
|
|
628
635
|
.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 {
|
|
629
636
|
background-color: transparent;
|
|
630
637
|
border-color: transparent;
|
|
638
|
+
-webkit-box-shadow: none;
|
|
639
|
+
box-shadow: none;
|
|
640
|
+
}
|
|
641
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
642
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
643
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
631
644
|
}
|
|
632
645
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
633
646
|
border-color: transparent;
|
|
@@ -518,6 +518,11 @@
|
|
|
518
518
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
519
519
|
color: #323130;
|
|
520
520
|
}
|
|
521
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
522
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
523
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
524
|
+
border: none;
|
|
525
|
+
}
|
|
521
526
|
.e-treeview .e-list-item.e-active {
|
|
522
527
|
background: transparent;
|
|
523
528
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #201f1e;
|
|
@@ -628,6 +635,12 @@
|
|
|
628
635
|
.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 {
|
|
629
636
|
background-color: transparent;
|
|
630
637
|
border-color: transparent;
|
|
638
|
+
-webkit-box-shadow: none;
|
|
639
|
+
box-shadow: none;
|
|
640
|
+
}
|
|
641
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
642
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
643
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
631
644
|
}
|
|
632
645
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
633
646
|
border-color: transparent;
|
|
@@ -1006,6 +1006,19 @@
|
|
|
1006
1006
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
1007
1007
|
color: var(--color-sf-icon-color-hover);
|
|
1008
1008
|
}
|
|
1009
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
1010
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1011
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1012
|
+
border: none;
|
|
1013
|
+
background-color: transparent;
|
|
1014
|
+
}
|
|
1015
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
1016
|
+
color: var(--color-sf-content-text-color);
|
|
1017
|
+
}
|
|
1018
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
1019
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
1020
|
+
color: var(--color-sf-icon-color);
|
|
1021
|
+
}
|
|
1009
1022
|
.e-treeview .e-list-item.e-active {
|
|
1010
1023
|
background: transparent;
|
|
1011
1024
|
}
|
|
@@ -1050,6 +1063,8 @@
|
|
|
1050
1063
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
1051
1064
|
background-color: transparent;
|
|
1052
1065
|
border-color: transparent;
|
|
1066
|
+
-webkit-box-shadow: none;
|
|
1067
|
+
box-shadow: none;
|
|
1053
1068
|
}
|
|
1054
1069
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
1055
1070
|
color: var(--color-sf-content-text-color);
|
|
@@ -1111,6 +1126,13 @@
|
|
|
1111
1126
|
.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 {
|
|
1112
1127
|
background-color: transparent;
|
|
1113
1128
|
border-color: transparent;
|
|
1129
|
+
-webkit-box-shadow: none;
|
|
1130
|
+
box-shadow: none;
|
|
1131
|
+
}
|
|
1132
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
1133
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1134
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1135
|
+
background-color: transparent;
|
|
1114
1136
|
}
|
|
1115
1137
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
1116
1138
|
border-color: transparent;
|
|
@@ -506,6 +506,11 @@
|
|
|
506
506
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
507
507
|
color: #000;
|
|
508
508
|
}
|
|
509
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
510
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
511
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
512
|
+
border: none;
|
|
513
|
+
}
|
|
509
514
|
.e-treeview .e-list-item.e-active {
|
|
510
515
|
background: transparent;
|
|
511
516
|
}
|
|
@@ -551,6 +556,8 @@
|
|
|
551
556
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
552
557
|
background-color: transparent;
|
|
553
558
|
border-color: transparent;
|
|
559
|
+
-webkit-box-shadow: none;
|
|
560
|
+
box-shadow: none;
|
|
554
561
|
}
|
|
555
562
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
556
563
|
color: #000;
|
|
@@ -607,6 +614,12 @@
|
|
|
607
614
|
.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 {
|
|
608
615
|
background-color: transparent;
|
|
609
616
|
border-color: transparent;
|
|
617
|
+
-webkit-box-shadow: none;
|
|
618
|
+
box-shadow: none;
|
|
619
|
+
}
|
|
620
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
621
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
622
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
610
623
|
}
|
|
611
624
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
612
625
|
border-color: transparent;
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #fff;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
524
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -577,9 +582,15 @@
|
|
|
577
582
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
578
583
|
color: #000;
|
|
579
584
|
}
|
|
585
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
586
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
587
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
588
|
+
}
|
|
580
589
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
581
590
|
background-color: transparent;
|
|
582
591
|
border-color: transparent;
|
|
592
|
+
-webkit-box-shadow: none;
|
|
593
|
+
box-shadow: none;
|
|
583
594
|
}
|
|
584
595
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
585
596
|
color: #fff;
|
|
@@ -638,9 +649,19 @@
|
|
|
638
649
|
-webkit-box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
639
650
|
box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
640
651
|
}
|
|
652
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
653
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
654
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
655
|
+
}
|
|
641
656
|
.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 {
|
|
642
657
|
background-color: transparent;
|
|
643
658
|
border-color: transparent;
|
|
659
|
+
-webkit-box-shadow: none;
|
|
660
|
+
box-shadow: none;
|
|
661
|
+
}
|
|
662
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
663
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
664
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
644
665
|
}
|
|
645
666
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
646
667
|
border-color: transparent;
|
|
@@ -526,6 +526,11 @@
|
|
|
526
526
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
527
527
|
color: rgba(255, 255, 255, 0.7);
|
|
528
528
|
}
|
|
529
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
530
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
531
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
532
|
+
border: none;
|
|
533
|
+
}
|
|
529
534
|
.e-treeview .e-list-item.e-active {
|
|
530
535
|
background: transparent;
|
|
531
536
|
}
|
|
@@ -571,6 +576,8 @@
|
|
|
571
576
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
572
577
|
background-color: transparent;
|
|
573
578
|
border-color: transparent;
|
|
579
|
+
-webkit-box-shadow: none;
|
|
580
|
+
box-shadow: none;
|
|
574
581
|
}
|
|
575
582
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
576
583
|
color: #fff;
|
|
@@ -627,6 +634,12 @@
|
|
|
627
634
|
.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 {
|
|
628
635
|
background-color: transparent;
|
|
629
636
|
border-color: transparent;
|
|
637
|
+
-webkit-box-shadow: none;
|
|
638
|
+
box-shadow: none;
|
|
639
|
+
}
|
|
640
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
641
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
642
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
630
643
|
}
|
|
631
644
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
632
645
|
border-color: transparent;
|