@syncfusion/ej2-navigations 33.2.6 → 33.2.8
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/dist/ej2-navigations.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +92 -13
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +92 -13
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +2 -2
- package/src/accordion/accordion.d.ts +3 -0
- package/src/accordion/accordion.js +34 -10
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +9 -1
- package/src/tab/tab.d.ts +1 -0
- package/src/tab/tab.js +36 -2
- package/src/toolbar/toolbar.js +7 -0
- package/src/treeview/treeview.js +6 -0
- package/styles/accordion/_layout.scss +10 -4
- package/styles/accordion/_material3-dark-definition.scss +1 -1
- package/styles/accordion/_material3-definition.scss +1 -1
- package/styles/accordion/_tailwind3-definition.scss +1 -1
- package/styles/accordion/_theme.scss +0 -4
- package/styles/accordion/bds.css +8 -8
- package/styles/accordion/bootstrap-dark.css +8 -8
- package/styles/accordion/bootstrap.css +8 -8
- package/styles/accordion/bootstrap4.css +8 -8
- package/styles/accordion/bootstrap5-dark.css +8 -8
- package/styles/accordion/bootstrap5.3.css +8 -8
- package/styles/accordion/bootstrap5.css +8 -8
- package/styles/accordion/fabric-dark.css +8 -8
- package/styles/accordion/fabric.css +8 -8
- package/styles/accordion/fluent-dark.css +8 -8
- package/styles/accordion/fluent.css +8 -8
- package/styles/accordion/fluent2.css +8 -16
- package/styles/accordion/highcontrast-light.css +8 -8
- package/styles/accordion/highcontrast.css +8 -8
- package/styles/accordion/material-dark.css +8 -8
- package/styles/accordion/material.css +8 -8
- package/styles/accordion/material3-dark.css +8 -8
- package/styles/accordion/material3.css +8 -8
- package/styles/accordion/tailwind-dark.css +8 -8
- package/styles/accordion/tailwind.css +8 -8
- package/styles/accordion/tailwind3.css +8 -16
- package/styles/bds-lite.css +10 -10
- package/styles/bds.css +10 -10
- package/styles/bootstrap-dark-lite.css +10 -10
- package/styles/bootstrap-dark.css +11 -11
- package/styles/bootstrap-lite.css +12 -12
- package/styles/bootstrap.css +13 -13
- package/styles/bootstrap4-lite.css +10 -10
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap5-dark-lite.css +10 -10
- package/styles/bootstrap5-dark.css +10 -10
- package/styles/bootstrap5-lite.css +10 -10
- package/styles/bootstrap5.3-lite.css +10 -10
- package/styles/bootstrap5.3.css +10 -10
- package/styles/bootstrap5.css +10 -10
- package/styles/fabric-dark-lite.css +10 -10
- package/styles/fabric-dark.css +11 -11
- package/styles/fabric-lite.css +10 -10
- package/styles/fabric.css +11 -11
- package/styles/fluent-dark-lite.css +10 -10
- package/styles/fluent-dark.css +10 -10
- package/styles/fluent-lite.css +10 -10
- package/styles/fluent.css +10 -10
- package/styles/fluent2-lite.css +13 -21
- package/styles/fluent2.css +13 -21
- package/styles/highcontrast-light-lite.css +10 -10
- package/styles/highcontrast-light.css +11 -11
- package/styles/highcontrast-lite.css +12 -12
- package/styles/highcontrast.css +13 -13
- package/styles/material-dark-lite.css +11 -11
- package/styles/material-dark.css +12 -12
- package/styles/material-lite.css +11 -11
- package/styles/material.css +12 -12
- package/styles/material3-dark-lite.css +10 -10
- package/styles/material3-dark.css +10 -10
- package/styles/material3-lite.css +10 -10
- package/styles/material3.css +10 -10
- package/styles/tailwind-dark-lite.css +10 -10
- package/styles/tailwind-dark.css +10 -10
- package/styles/tailwind-lite.css +10 -10
- package/styles/tailwind.css +10 -10
- package/styles/tailwind3-lite.css +10 -18
- package/styles/tailwind3.css +10 -18
- package/styles/treeview/_bootstrap-dark-definition.scss +1 -1
- package/styles/treeview/_bootstrap-definition.scss +1 -1
- package/styles/treeview/_fabric-dark-definition.scss +1 -1
- package/styles/treeview/_fabric-definition.scss +1 -1
- package/styles/treeview/_highcontrast-definition.scss +1 -1
- package/styles/treeview/_highcontrast-light-definition.scss +1 -1
- package/styles/treeview/_material-dark-definition.scss +2 -2
- package/styles/treeview/_material-definition.scss +2 -2
- package/styles/treeview/_theme.scss +4 -4
- package/styles/treeview/bds.css +2 -2
- package/styles/treeview/bootstrap-dark.css +3 -3
- package/styles/treeview/bootstrap.css +5 -5
- package/styles/treeview/bootstrap4.css +2 -2
- package/styles/treeview/bootstrap5-dark.css +2 -2
- package/styles/treeview/bootstrap5.3.css +2 -2
- package/styles/treeview/bootstrap5.css +2 -2
- package/styles/treeview/fabric-dark.css +3 -3
- package/styles/treeview/fabric.css +3 -3
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/fluent.css +2 -2
- package/styles/treeview/fluent2.css +5 -5
- package/styles/treeview/highcontrast-light.css +3 -3
- package/styles/treeview/highcontrast.css +5 -5
- package/styles/treeview/material-dark.css +4 -4
- package/styles/treeview/material.css +4 -4
- package/styles/treeview/material3-dark.css +2 -2
- package/styles/treeview/material3.css +2 -2
- package/styles/treeview/tailwind-dark.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/treeview/tailwind3.css +2 -2
|
@@ -2001,6 +2001,10 @@
|
|
|
2001
2001
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2002
2002
|
text-decoration: none;
|
|
2003
2003
|
}
|
|
2004
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2005
|
+
-webkit-box-shadow: none;
|
|
2006
|
+
box-shadow: none;
|
|
2007
|
+
}
|
|
2004
2008
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2005
2009
|
border-radius: 0;
|
|
2006
2010
|
line-height: 39px;
|
|
@@ -2052,13 +2056,13 @@
|
|
|
2052
2056
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2053
2057
|
padding: 15px 15px 15px 24px;
|
|
2054
2058
|
}
|
|
2055
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2056
|
-
padding: 0 42px 0 24px;
|
|
2057
|
-
}
|
|
2058
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2059
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2059
2060
|
-webkit-box-shadow: none;
|
|
2060
2061
|
box-shadow: none;
|
|
2061
2062
|
}
|
|
2063
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2064
|
+
padding: 0 42px 0 24px;
|
|
2065
|
+
}
|
|
2062
2066
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2063
2067
|
padding: 0;
|
|
2064
2068
|
}
|
|
@@ -2264,8 +2268,6 @@
|
|
|
2264
2268
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2265
2269
|
border: 2px dashed #fff;
|
|
2266
2270
|
background: inherit;
|
|
2267
|
-
-webkit-box-shadow: none;
|
|
2268
|
-
box-shadow: none;
|
|
2269
2271
|
}
|
|
2270
2272
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2271
2273
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2344,8 +2346,6 @@
|
|
|
2344
2346
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2345
2347
|
position: relative;
|
|
2346
2348
|
z-index: 2;
|
|
2347
|
-
-webkit-box-shadow: none;
|
|
2348
|
-
box-shadow: none;
|
|
2349
2349
|
}
|
|
2350
2350
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2351
2351
|
border-color: #969696;
|
|
@@ -6530,7 +6530,7 @@
|
|
|
6530
6530
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6531
6531
|
color: #fff;
|
|
6532
6532
|
}
|
|
6533
|
-
.e-treeview .e-list-item.e-
|
|
6533
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
6534
6534
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6535
6535
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6536
6536
|
border: none;
|
|
@@ -6593,7 +6593,7 @@
|
|
|
6593
6593
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6594
6594
|
color: #000;
|
|
6595
6595
|
}
|
|
6596
|
-
.e-treeview .e-list-item.e-active.e-
|
|
6596
|
+
.e-treeview .e-list-item.e-active.e-focused > .e-fullrow {
|
|
6597
6597
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6598
6598
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6599
6599
|
}
|
|
@@ -6660,7 +6660,7 @@
|
|
|
6660
6660
|
-webkit-box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
6661
6661
|
box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
6662
6662
|
}
|
|
6663
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-
|
|
6663
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-focused > .e-text-content {
|
|
6664
6664
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6665
6665
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6666
6666
|
}
|
|
@@ -6670,7 +6670,7 @@
|
|
|
6670
6670
|
-webkit-box-shadow: none;
|
|
6671
6671
|
box-shadow: none;
|
|
6672
6672
|
}
|
|
6673
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
6673
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
6674
6674
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6675
6675
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6676
6676
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -2531,6 +2531,10 @@
|
|
|
2531
2531
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2532
2532
|
text-decoration: none;
|
|
2533
2533
|
}
|
|
2534
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2535
|
+
-webkit-box-shadow: none;
|
|
2536
|
+
box-shadow: none;
|
|
2537
|
+
}
|
|
2534
2538
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2535
2539
|
border-radius: 0;
|
|
2536
2540
|
line-height: 39px;
|
|
@@ -2582,13 +2586,13 @@
|
|
|
2582
2586
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2583
2587
|
padding: 15px 15px 15px 24px;
|
|
2584
2588
|
}
|
|
2585
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2586
|
-
padding: 0 42px 0 24px;
|
|
2587
|
-
}
|
|
2588
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2589
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2589
2590
|
-webkit-box-shadow: none;
|
|
2590
2591
|
box-shadow: none;
|
|
2591
2592
|
}
|
|
2593
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2594
|
+
padding: 0 42px 0 24px;
|
|
2595
|
+
}
|
|
2592
2596
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2593
2597
|
padding: 0;
|
|
2594
2598
|
}
|
|
@@ -2794,8 +2798,6 @@
|
|
|
2794
2798
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2795
2799
|
border: 2px dashed #fff;
|
|
2796
2800
|
background: inherit;
|
|
2797
|
-
-webkit-box-shadow: none;
|
|
2798
|
-
box-shadow: none;
|
|
2799
2801
|
}
|
|
2800
2802
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2801
2803
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2874,8 +2876,6 @@
|
|
|
2874
2876
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2875
2877
|
position: relative;
|
|
2876
2878
|
z-index: 2;
|
|
2877
|
-
-webkit-box-shadow: none;
|
|
2878
|
-
box-shadow: none;
|
|
2879
2879
|
}
|
|
2880
2880
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2881
2881
|
border-color: #969696;
|
|
@@ -8417,7 +8417,7 @@
|
|
|
8417
8417
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8418
8418
|
color: #fff;
|
|
8419
8419
|
}
|
|
8420
|
-
.e-treeview .e-list-item.e-
|
|
8420
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8421
8421
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8422
8422
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8423
8423
|
border: none;
|
|
@@ -8480,7 +8480,7 @@
|
|
|
8480
8480
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8481
8481
|
color: #000;
|
|
8482
8482
|
}
|
|
8483
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8483
|
+
.e-treeview .e-list-item.e-active.e-focused > .e-fullrow {
|
|
8484
8484
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8485
8485
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8486
8486
|
}
|
|
@@ -8547,7 +8547,7 @@
|
|
|
8547
8547
|
-webkit-box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
8548
8548
|
box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
8549
8549
|
}
|
|
8550
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-
|
|
8550
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-focused > .e-text-content {
|
|
8551
8551
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8552
8552
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8553
8553
|
}
|
|
@@ -8557,7 +8557,7 @@
|
|
|
8557
8557
|
-webkit-box-shadow: none;
|
|
8558
8558
|
box-shadow: none;
|
|
8559
8559
|
}
|
|
8560
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8560
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8561
8561
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8562
8562
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8563
8563
|
}
|
|
@@ -8741,7 +8741,7 @@
|
|
|
8741
8741
|
|
|
8742
8742
|
.e-bigger .e-treeview .e-list-text,
|
|
8743
8743
|
.e-treeview.e-bigger .e-list-text {
|
|
8744
|
-
font-size:
|
|
8744
|
+
font-size: 16px;
|
|
8745
8745
|
}
|
|
8746
8746
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8747
8747
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -2172,6 +2172,10 @@
|
|
|
2172
2172
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2173
2173
|
text-decoration: none;
|
|
2174
2174
|
}
|
|
2175
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2176
|
+
-webkit-box-shadow: none;
|
|
2177
|
+
box-shadow: none;
|
|
2178
|
+
}
|
|
2175
2179
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2176
2180
|
border-radius: 0;
|
|
2177
2181
|
line-height: 35px;
|
|
@@ -2223,13 +2227,13 @@
|
|
|
2223
2227
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2224
2228
|
padding: 16px 16px 16px 32px;
|
|
2225
2229
|
}
|
|
2226
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2227
|
-
padding: 0 40px 0 32px;
|
|
2228
|
-
}
|
|
2229
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2230
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2230
2231
|
-webkit-box-shadow: none;
|
|
2231
2232
|
box-shadow: none;
|
|
2232
2233
|
}
|
|
2234
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2235
|
+
padding: 0 40px 0 32px;
|
|
2236
|
+
}
|
|
2233
2237
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2234
2238
|
padding: 0;
|
|
2235
2239
|
}
|
|
@@ -2435,8 +2439,6 @@
|
|
|
2435
2439
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2436
2440
|
border: 0;
|
|
2437
2441
|
background: rgba(255, 255, 255, 0.05);
|
|
2438
|
-
-webkit-box-shadow: none;
|
|
2439
|
-
box-shadow: none;
|
|
2440
2442
|
}
|
|
2441
2443
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2442
2444
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2515,8 +2517,6 @@
|
|
|
2515
2517
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2516
2518
|
position: relative;
|
|
2517
2519
|
z-index: 2;
|
|
2518
|
-
-webkit-box-shadow: none;
|
|
2519
|
-
box-shadow: none;
|
|
2520
2520
|
}
|
|
2521
2521
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2522
2522
|
border-color: transparent transparent #616161;
|
|
@@ -6776,7 +6776,7 @@
|
|
|
6776
6776
|
}
|
|
6777
6777
|
.e-treeview .e-list-text {
|
|
6778
6778
|
color: #fff;
|
|
6779
|
-
font-size:
|
|
6779
|
+
font-size: 14px;
|
|
6780
6780
|
}
|
|
6781
6781
|
.e-treeview .e-list-icon,
|
|
6782
6782
|
.e-treeview .e-list-img {
|
|
@@ -6808,7 +6808,7 @@
|
|
|
6808
6808
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6809
6809
|
color: rgba(255, 255, 255, 0.7);
|
|
6810
6810
|
}
|
|
6811
|
-
.e-treeview .e-list-item.e-
|
|
6811
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
6812
6812
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6813
6813
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6814
6814
|
border: none;
|
|
@@ -6919,7 +6919,7 @@
|
|
|
6919
6919
|
-webkit-box-shadow: none;
|
|
6920
6920
|
box-shadow: none;
|
|
6921
6921
|
}
|
|
6922
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
6922
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
6923
6923
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
6924
6924
|
box-shadow: inset 0 0 0 1px #fff;
|
|
6925
6925
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -2734,6 +2734,10 @@
|
|
|
2734
2734
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2735
2735
|
text-decoration: none;
|
|
2736
2736
|
}
|
|
2737
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2738
|
+
-webkit-box-shadow: none;
|
|
2739
|
+
box-shadow: none;
|
|
2740
|
+
}
|
|
2737
2741
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2738
2742
|
border-radius: 0;
|
|
2739
2743
|
line-height: 35px;
|
|
@@ -2785,13 +2789,13 @@
|
|
|
2785
2789
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2786
2790
|
padding: 16px 16px 16px 32px;
|
|
2787
2791
|
}
|
|
2788
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2789
|
-
padding: 0 40px 0 32px;
|
|
2790
|
-
}
|
|
2791
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2792
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2792
2793
|
-webkit-box-shadow: none;
|
|
2793
2794
|
box-shadow: none;
|
|
2794
2795
|
}
|
|
2796
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2797
|
+
padding: 0 40px 0 32px;
|
|
2798
|
+
}
|
|
2795
2799
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2796
2800
|
padding: 0;
|
|
2797
2801
|
}
|
|
@@ -2997,8 +3001,6 @@
|
|
|
2997
3001
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2998
3002
|
border: 0;
|
|
2999
3003
|
background: rgba(255, 255, 255, 0.05);
|
|
3000
|
-
-webkit-box-shadow: none;
|
|
3001
|
-
box-shadow: none;
|
|
3002
3004
|
}
|
|
3003
3005
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3004
3006
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3077,8 +3079,6 @@
|
|
|
3077
3079
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3078
3080
|
position: relative;
|
|
3079
3081
|
z-index: 2;
|
|
3080
|
-
-webkit-box-shadow: none;
|
|
3081
|
-
box-shadow: none;
|
|
3082
3082
|
}
|
|
3083
3083
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3084
3084
|
border-color: transparent transparent #616161;
|
|
@@ -8717,7 +8717,7 @@
|
|
|
8717
8717
|
}
|
|
8718
8718
|
.e-treeview .e-list-text {
|
|
8719
8719
|
color: #fff;
|
|
8720
|
-
font-size:
|
|
8720
|
+
font-size: 14px;
|
|
8721
8721
|
}
|
|
8722
8722
|
.e-treeview .e-list-icon,
|
|
8723
8723
|
.e-treeview .e-list-img {
|
|
@@ -8749,7 +8749,7 @@
|
|
|
8749
8749
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8750
8750
|
color: rgba(255, 255, 255, 0.7);
|
|
8751
8751
|
}
|
|
8752
|
-
.e-treeview .e-list-item.e-
|
|
8752
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8753
8753
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8754
8754
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8755
8755
|
border: none;
|
|
@@ -8860,7 +8860,7 @@
|
|
|
8860
8860
|
-webkit-box-shadow: none;
|
|
8861
8861
|
box-shadow: none;
|
|
8862
8862
|
}
|
|
8863
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8863
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8864
8864
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
8865
8865
|
box-shadow: inset 0 0 0 1px #fff;
|
|
8866
8866
|
}
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
|
|
9051
9051
|
.e-bigger .e-treeview .e-list-text,
|
|
9052
9052
|
.e-treeview.e-bigger .e-list-text {
|
|
9053
|
-
font-size:
|
|
9053
|
+
font-size: 16px;
|
|
9054
9054
|
}
|
|
9055
9055
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
9056
9056
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
package/styles/material-lite.css
CHANGED
|
@@ -2176,6 +2176,10 @@
|
|
|
2176
2176
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2177
2177
|
text-decoration: none;
|
|
2178
2178
|
}
|
|
2179
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2180
|
+
-webkit-box-shadow: none;
|
|
2181
|
+
box-shadow: none;
|
|
2182
|
+
}
|
|
2179
2183
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2180
2184
|
border-radius: 0;
|
|
2181
2185
|
line-height: 35px;
|
|
@@ -2227,13 +2231,13 @@
|
|
|
2227
2231
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2228
2232
|
padding: 16px 16px 16px 32px;
|
|
2229
2233
|
}
|
|
2230
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2231
|
-
padding: 0 40px 0 32px;
|
|
2232
|
-
}
|
|
2233
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2234
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2234
2235
|
-webkit-box-shadow: none;
|
|
2235
2236
|
box-shadow: none;
|
|
2236
2237
|
}
|
|
2238
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2239
|
+
padding: 0 40px 0 32px;
|
|
2240
|
+
}
|
|
2237
2241
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2238
2242
|
padding: 0;
|
|
2239
2243
|
}
|
|
@@ -2439,8 +2443,6 @@
|
|
|
2439
2443
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2440
2444
|
border: 0;
|
|
2441
2445
|
background: #eee;
|
|
2442
|
-
-webkit-box-shadow: none;
|
|
2443
|
-
box-shadow: none;
|
|
2444
2446
|
}
|
|
2445
2447
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2446
2448
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2519,8 +2521,6 @@
|
|
|
2519
2521
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2520
2522
|
position: relative;
|
|
2521
2523
|
z-index: 2;
|
|
2522
|
-
-webkit-box-shadow: none;
|
|
2523
|
-
box-shadow: none;
|
|
2524
2524
|
}
|
|
2525
2525
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2526
2526
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
}
|
|
6805
6805
|
.e-treeview .e-list-text {
|
|
6806
6806
|
color: rgba(0, 0, 0, 0.87);
|
|
6807
|
-
font-size:
|
|
6807
|
+
font-size: 14px;
|
|
6808
6808
|
}
|
|
6809
6809
|
.e-treeview .e-list-icon,
|
|
6810
6810
|
.e-treeview .e-list-img {
|
|
@@ -6836,7 +6836,7 @@
|
|
|
6836
6836
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6837
6837
|
color: rgba(0, 0, 0, 0.54);
|
|
6838
6838
|
}
|
|
6839
|
-
.e-treeview .e-list-item.e-
|
|
6839
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
6840
6840
|
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
6841
6841
|
box-shadow: inset 0 0 0 1px #212121;
|
|
6842
6842
|
border: none;
|
|
@@ -6946,7 +6946,7 @@
|
|
|
6946
6946
|
-webkit-box-shadow: none;
|
|
6947
6947
|
box-shadow: none;
|
|
6948
6948
|
}
|
|
6949
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
6949
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
6950
6950
|
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
6951
6951
|
box-shadow: inset 0 0 0 1px #212121;
|
|
6952
6952
|
}
|
package/styles/material.css
CHANGED
|
@@ -2740,6 +2740,10 @@
|
|
|
2740
2740
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2741
2741
|
text-decoration: none;
|
|
2742
2742
|
}
|
|
2743
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2744
|
+
-webkit-box-shadow: none;
|
|
2745
|
+
box-shadow: none;
|
|
2746
|
+
}
|
|
2743
2747
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2744
2748
|
border-radius: 0;
|
|
2745
2749
|
line-height: 35px;
|
|
@@ -2791,13 +2795,13 @@
|
|
|
2791
2795
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2792
2796
|
padding: 16px 16px 16px 32px;
|
|
2793
2797
|
}
|
|
2794
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2795
|
-
padding: 0 40px 0 32px;
|
|
2796
|
-
}
|
|
2797
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2798
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2798
2799
|
-webkit-box-shadow: none;
|
|
2799
2800
|
box-shadow: none;
|
|
2800
2801
|
}
|
|
2802
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2803
|
+
padding: 0 40px 0 32px;
|
|
2804
|
+
}
|
|
2801
2805
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2802
2806
|
padding: 0;
|
|
2803
2807
|
}
|
|
@@ -3003,8 +3007,6 @@
|
|
|
3003
3007
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3004
3008
|
border: 0;
|
|
3005
3009
|
background: #eee;
|
|
3006
|
-
-webkit-box-shadow: none;
|
|
3007
|
-
box-shadow: none;
|
|
3008
3010
|
}
|
|
3009
3011
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3010
3012
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3083,8 +3085,6 @@
|
|
|
3083
3085
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3084
3086
|
position: relative;
|
|
3085
3087
|
z-index: 2;
|
|
3086
|
-
-webkit-box-shadow: none;
|
|
3087
|
-
box-shadow: none;
|
|
3088
3088
|
}
|
|
3089
3089
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3090
3090
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -8747,7 +8747,7 @@
|
|
|
8747
8747
|
}
|
|
8748
8748
|
.e-treeview .e-list-text {
|
|
8749
8749
|
color: rgba(0, 0, 0, 0.87);
|
|
8750
|
-
font-size:
|
|
8750
|
+
font-size: 14px;
|
|
8751
8751
|
}
|
|
8752
8752
|
.e-treeview .e-list-icon,
|
|
8753
8753
|
.e-treeview .e-list-img {
|
|
@@ -8779,7 +8779,7 @@
|
|
|
8779
8779
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8780
8780
|
color: rgba(0, 0, 0, 0.54);
|
|
8781
8781
|
}
|
|
8782
|
-
.e-treeview .e-list-item.e-
|
|
8782
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8783
8783
|
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
8784
8784
|
box-shadow: inset 0 0 0 1px #212121;
|
|
8785
8785
|
border: none;
|
|
@@ -8889,7 +8889,7 @@
|
|
|
8889
8889
|
-webkit-box-shadow: none;
|
|
8890
8890
|
box-shadow: none;
|
|
8891
8891
|
}
|
|
8892
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8892
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8893
8893
|
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
8894
8894
|
box-shadow: inset 0 0 0 1px #212121;
|
|
8895
8895
|
}
|
|
@@ -9073,7 +9073,7 @@
|
|
|
9073
9073
|
|
|
9074
9074
|
.e-bigger .e-treeview .e-list-text,
|
|
9075
9075
|
.e-treeview.e-bigger .e-list-text {
|
|
9076
|
-
font-size:
|
|
9076
|
+
font-size: 16px;
|
|
9077
9077
|
}
|
|
9078
9078
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
9079
9079
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -2899,6 +2899,10 @@
|
|
|
2899
2899
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2900
2900
|
text-decoration: none;
|
|
2901
2901
|
}
|
|
2902
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2903
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
2904
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
2905
|
+
}
|
|
2902
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2903
2907
|
border-radius: 0;
|
|
2904
2908
|
line-height: 20px;
|
|
@@ -2950,13 +2954,13 @@
|
|
|
2950
2954
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2951
2955
|
padding: 16px 16px 16px 26px;
|
|
2952
2956
|
}
|
|
2957
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2958
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
2959
|
+
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
2960
|
+
}
|
|
2953
2961
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2954
2962
|
padding: 8px 0 8px 26px;
|
|
2955
2963
|
}
|
|
2956
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2957
|
-
-webkit-box-shadow: none;
|
|
2958
|
-
box-shadow: none;
|
|
2959
|
-
}
|
|
2960
2964
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2961
2965
|
padding: 0;
|
|
2962
2966
|
}
|
|
@@ -3247,8 +3251,6 @@
|
|
|
3247
3251
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3248
3252
|
border: 0;
|
|
3249
3253
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3250
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3251
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3252
3254
|
}
|
|
3253
3255
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3254
3256
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3327,8 +3329,6 @@
|
|
|
3327
3329
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3328
3330
|
position: relative;
|
|
3329
3331
|
z-index: 2;
|
|
3330
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3331
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3332
3332
|
}
|
|
3333
3333
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3334
3334
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -8198,7 +8198,7 @@
|
|
|
8198
8198
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8199
8199
|
color: rgba(var(--color-sf-on-surface));
|
|
8200
8200
|
}
|
|
8201
|
-
.e-treeview .e-list-item.e-
|
|
8201
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8202
8202
|
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
8203
8203
|
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
8204
8204
|
border: none;
|
|
@@ -8309,7 +8309,7 @@
|
|
|
8309
8309
|
-webkit-box-shadow: none;
|
|
8310
8310
|
box-shadow: none;
|
|
8311
8311
|
}
|
|
8312
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8312
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8313
8313
|
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
8314
8314
|
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
8315
8315
|
}
|
|
@@ -3796,6 +3796,10 @@
|
|
|
3796
3796
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
3797
3797
|
text-decoration: none;
|
|
3798
3798
|
}
|
|
3799
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3800
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3801
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
3802
|
+
}
|
|
3799
3803
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
3800
3804
|
border-radius: 0;
|
|
3801
3805
|
line-height: 20px;
|
|
@@ -3847,13 +3851,13 @@
|
|
|
3847
3851
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
3848
3852
|
padding: 16px 16px 16px 26px;
|
|
3849
3853
|
}
|
|
3854
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3855
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
3856
|
+
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
3857
|
+
}
|
|
3850
3858
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
3851
3859
|
padding: 8px 0 8px 26px;
|
|
3852
3860
|
}
|
|
3853
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
3854
|
-
-webkit-box-shadow: none;
|
|
3855
|
-
box-shadow: none;
|
|
3856
|
-
}
|
|
3857
3861
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
3858
3862
|
padding: 0;
|
|
3859
3863
|
}
|
|
@@ -4144,8 +4148,6 @@
|
|
|
4144
4148
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
4145
4149
|
border: 0;
|
|
4146
4150
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4147
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
4148
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
4149
4151
|
}
|
|
4150
4152
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
4151
4153
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -4224,8 +4226,6 @@
|
|
|
4224
4226
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
4225
4227
|
position: relative;
|
|
4226
4228
|
z-index: 2;
|
|
4227
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
4228
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
4229
4229
|
}
|
|
4230
4230
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
4231
4231
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -10701,7 +10701,7 @@
|
|
|
10701
10701
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
10702
10702
|
color: rgba(var(--color-sf-on-surface));
|
|
10703
10703
|
}
|
|
10704
|
-
.e-treeview .e-list-item.e-
|
|
10704
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
10705
10705
|
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
10706
10706
|
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
10707
10707
|
border: none;
|
|
@@ -10812,7 +10812,7 @@
|
|
|
10812
10812
|
-webkit-box-shadow: none;
|
|
10813
10813
|
box-shadow: none;
|
|
10814
10814
|
}
|
|
10815
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
10815
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
10816
10816
|
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
10817
10817
|
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
10818
10818
|
}
|
|
@@ -2919,6 +2919,10 @@
|
|
|
2919
2919
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2920
2920
|
text-decoration: none;
|
|
2921
2921
|
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2923
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2924
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2925
|
+
}
|
|
2922
2926
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2923
2927
|
border-radius: calc(var(--e-radius) * 0);
|
|
2924
2928
|
line-height: 20px;
|
|
@@ -2970,13 +2974,13 @@
|
|
|
2970
2974
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
2971
2975
|
padding: 16px 16px 16px 26px;
|
|
2972
2976
|
}
|
|
2977
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2978
|
+
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
2979
|
+
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
2980
|
+
}
|
|
2973
2981
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2974
2982
|
padding: 8px 0 8px 26px;
|
|
2975
2983
|
}
|
|
2976
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2977
|
-
-webkit-box-shadow: none;
|
|
2978
|
-
box-shadow: none;
|
|
2979
|
-
}
|
|
2980
2984
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2981
2985
|
padding: 0;
|
|
2982
2986
|
}
|
|
@@ -3269,8 +3273,6 @@
|
|
|
3269
3273
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3270
3274
|
border: 0;
|
|
3271
3275
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
3272
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3273
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3274
3276
|
}
|
|
3275
3277
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3276
3278
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3349,8 +3351,6 @@
|
|
|
3349
3351
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3350
3352
|
position: relative;
|
|
3351
3353
|
z-index: 2;
|
|
3352
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3353
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3354
3354
|
}
|
|
3355
3355
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3356
3356
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -8236,7 +8236,7 @@
|
|
|
8236
8236
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8237
8237
|
color: rgba(var(--color-sf-on-surface));
|
|
8238
8238
|
}
|
|
8239
|
-
.e-treeview .e-list-item.e-
|
|
8239
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8240
8240
|
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
8241
8241
|
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
8242
8242
|
border: none;
|
|
@@ -8347,7 +8347,7 @@
|
|
|
8347
8347
|
-webkit-box-shadow: none;
|
|
8348
8348
|
box-shadow: none;
|
|
8349
8349
|
}
|
|
8350
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8350
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8351
8351
|
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
8352
8352
|
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
8353
8353
|
}
|