@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
package/styles/material3.css
CHANGED
|
@@ -3824,6 +3824,10 @@
|
|
|
3824
3824
|
.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 {
|
|
3825
3825
|
text-decoration: none;
|
|
3826
3826
|
}
|
|
3827
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3828
|
+
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3829
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
3830
|
+
}
|
|
3827
3831
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
3828
3832
|
border-radius: calc(var(--e-radius) * 0);
|
|
3829
3833
|
line-height: 20px;
|
|
@@ -3875,13 +3879,13 @@
|
|
|
3875
3879
|
.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 {
|
|
3876
3880
|
padding: 16px 16px 16px 26px;
|
|
3877
3881
|
}
|
|
3882
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3883
|
+
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
3884
|
+
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
3885
|
+
}
|
|
3878
3886
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
3879
3887
|
padding: 8px 0 8px 26px;
|
|
3880
3888
|
}
|
|
3881
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
3882
|
-
-webkit-box-shadow: none;
|
|
3883
|
-
box-shadow: none;
|
|
3884
|
-
}
|
|
3885
3889
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
3886
3890
|
padding: 0;
|
|
3887
3891
|
}
|
|
@@ -4174,8 +4178,6 @@
|
|
|
4174
4178
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
4175
4179
|
border: 0;
|
|
4176
4180
|
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
4177
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4178
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4179
4181
|
}
|
|
4180
4182
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
4181
4183
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -4254,8 +4256,6 @@
|
|
|
4254
4256
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
4255
4257
|
position: relative;
|
|
4256
4258
|
z-index: 2;
|
|
4257
|
-
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4258
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
4259
4259
|
}
|
|
4260
4260
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
4261
4261
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -10753,7 +10753,7 @@
|
|
|
10753
10753
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
10754
10754
|
color: rgba(var(--color-sf-on-surface));
|
|
10755
10755
|
}
|
|
10756
|
-
.e-treeview .e-list-item.e-
|
|
10756
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
10757
10757
|
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
10758
10758
|
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
10759
10759
|
border: none;
|
|
@@ -10864,7 +10864,7 @@
|
|
|
10864
10864
|
-webkit-box-shadow: none;
|
|
10865
10865
|
box-shadow: none;
|
|
10866
10866
|
}
|
|
10867
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
10867
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
10868
10868
|
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
10869
10869
|
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
10870
10870
|
}
|
|
@@ -2117,6 +2117,10 @@
|
|
|
2117
2117
|
.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 {
|
|
2118
2118
|
text-decoration: none;
|
|
2119
2119
|
}
|
|
2120
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2121
|
+
-webkit-box-shadow: none;
|
|
2122
|
+
box-shadow: none;
|
|
2123
|
+
}
|
|
2120
2124
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2121
2125
|
border-radius: 0;
|
|
2122
2126
|
line-height: 22px;
|
|
@@ -2168,13 +2172,13 @@
|
|
|
2168
2172
|
.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 {
|
|
2169
2173
|
padding: 16px 16px 16px 26px;
|
|
2170
2174
|
}
|
|
2171
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2172
|
-
padding: 8px 0 8px 26px;
|
|
2173
|
-
}
|
|
2174
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2175
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2175
2176
|
-webkit-box-shadow: none;
|
|
2176
2177
|
box-shadow: none;
|
|
2177
2178
|
}
|
|
2179
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2180
|
+
padding: 8px 0 8px 26px;
|
|
2181
|
+
}
|
|
2178
2182
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2179
2183
|
padding: 0;
|
|
2180
2184
|
}
|
|
@@ -2380,8 +2384,6 @@
|
|
|
2380
2384
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2381
2385
|
border: 0;
|
|
2382
2386
|
background: #4b5563;
|
|
2383
|
-
-webkit-box-shadow: none;
|
|
2384
|
-
box-shadow: none;
|
|
2385
2387
|
}
|
|
2386
2388
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2387
2389
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2460,8 +2462,6 @@
|
|
|
2460
2462
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2461
2463
|
position: relative;
|
|
2462
2464
|
z-index: 2;
|
|
2463
|
-
-webkit-box-shadow: none;
|
|
2464
|
-
box-shadow: none;
|
|
2465
2465
|
}
|
|
2466
2466
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2467
2467
|
border-color: #4b5563;
|
|
@@ -6746,7 +6746,7 @@
|
|
|
6746
6746
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6747
6747
|
color: #f3f4f6;
|
|
6748
6748
|
}
|
|
6749
|
-
.e-treeview .e-list-item.e-
|
|
6749
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
6750
6750
|
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
6751
6751
|
box-shadow: 0 0 0 1px #22d3ee;
|
|
6752
6752
|
border: none;
|
|
@@ -6856,7 +6856,7 @@
|
|
|
6856
6856
|
-webkit-box-shadow: none;
|
|
6857
6857
|
box-shadow: none;
|
|
6858
6858
|
}
|
|
6859
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
6859
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
6860
6860
|
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
6861
6861
|
box-shadow: 0 0 0 1px #22d3ee;
|
|
6862
6862
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2713,6 +2713,10 @@
|
|
|
2713
2713
|
.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 {
|
|
2714
2714
|
text-decoration: none;
|
|
2715
2715
|
}
|
|
2716
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2717
|
+
-webkit-box-shadow: none;
|
|
2718
|
+
box-shadow: none;
|
|
2719
|
+
}
|
|
2716
2720
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2717
2721
|
border-radius: 0;
|
|
2718
2722
|
line-height: 22px;
|
|
@@ -2764,13 +2768,13 @@
|
|
|
2764
2768
|
.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 {
|
|
2765
2769
|
padding: 16px 16px 16px 26px;
|
|
2766
2770
|
}
|
|
2767
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2768
|
-
padding: 8px 0 8px 26px;
|
|
2769
|
-
}
|
|
2770
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2771
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2771
2772
|
-webkit-box-shadow: none;
|
|
2772
2773
|
box-shadow: none;
|
|
2773
2774
|
}
|
|
2775
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2776
|
+
padding: 8px 0 8px 26px;
|
|
2777
|
+
}
|
|
2774
2778
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2775
2779
|
padding: 0;
|
|
2776
2780
|
}
|
|
@@ -2976,8 +2980,6 @@
|
|
|
2976
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2977
2981
|
border: 0;
|
|
2978
2982
|
background: #4b5563;
|
|
2979
|
-
-webkit-box-shadow: none;
|
|
2980
|
-
box-shadow: none;
|
|
2981
2983
|
}
|
|
2982
2984
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2983
2985
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3056,8 +3058,6 @@
|
|
|
3056
3058
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3057
3059
|
position: relative;
|
|
3058
3060
|
z-index: 2;
|
|
3059
|
-
-webkit-box-shadow: none;
|
|
3060
|
-
box-shadow: none;
|
|
3061
3061
|
}
|
|
3062
3062
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3063
3063
|
border-color: #4b5563;
|
|
@@ -8722,7 +8722,7 @@
|
|
|
8722
8722
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8723
8723
|
color: #f3f4f6;
|
|
8724
8724
|
}
|
|
8725
|
-
.e-treeview .e-list-item.e-
|
|
8725
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8726
8726
|
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
8727
8727
|
box-shadow: 0 0 0 1px #22d3ee;
|
|
8728
8728
|
border: none;
|
|
@@ -8832,7 +8832,7 @@
|
|
|
8832
8832
|
-webkit-box-shadow: none;
|
|
8833
8833
|
box-shadow: none;
|
|
8834
8834
|
}
|
|
8835
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8835
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8836
8836
|
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
8837
8837
|
box-shadow: 0 0 0 1px #22d3ee;
|
|
8838
8838
|
}
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -2117,6 +2117,10 @@
|
|
|
2117
2117
|
.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 {
|
|
2118
2118
|
text-decoration: none;
|
|
2119
2119
|
}
|
|
2120
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2121
|
+
-webkit-box-shadow: none;
|
|
2122
|
+
box-shadow: none;
|
|
2123
|
+
}
|
|
2120
2124
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2121
2125
|
border-radius: 0;
|
|
2122
2126
|
line-height: 22px;
|
|
@@ -2168,13 +2172,13 @@
|
|
|
2168
2172
|
.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 {
|
|
2169
2173
|
padding: 16px 16px 16px 26px;
|
|
2170
2174
|
}
|
|
2171
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2172
|
-
padding: 8px 0 8px 26px;
|
|
2173
|
-
}
|
|
2174
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2175
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2175
2176
|
-webkit-box-shadow: none;
|
|
2176
2177
|
box-shadow: none;
|
|
2177
2178
|
}
|
|
2179
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2180
|
+
padding: 8px 0 8px 26px;
|
|
2181
|
+
}
|
|
2178
2182
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2179
2183
|
padding: 0;
|
|
2180
2184
|
}
|
|
@@ -2380,8 +2384,6 @@
|
|
|
2380
2384
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2381
2385
|
border: 0;
|
|
2382
2386
|
background: #f3f4f6;
|
|
2383
|
-
-webkit-box-shadow: none;
|
|
2384
|
-
box-shadow: none;
|
|
2385
2387
|
}
|
|
2386
2388
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2387
2389
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2460,8 +2462,6 @@
|
|
|
2460
2462
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2461
2463
|
position: relative;
|
|
2462
2464
|
z-index: 2;
|
|
2463
|
-
-webkit-box-shadow: none;
|
|
2464
|
-
box-shadow: none;
|
|
2465
2465
|
}
|
|
2466
2466
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2467
2467
|
border-color: #e5e7eb;
|
|
@@ -6746,7 +6746,7 @@
|
|
|
6746
6746
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
6747
6747
|
color: #374151;
|
|
6748
6748
|
}
|
|
6749
|
-
.e-treeview .e-list-item.e-
|
|
6749
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
6750
6750
|
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
6751
6751
|
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
6752
6752
|
border: none;
|
|
@@ -6856,7 +6856,7 @@
|
|
|
6856
6856
|
-webkit-box-shadow: none;
|
|
6857
6857
|
box-shadow: none;
|
|
6858
6858
|
}
|
|
6859
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
6859
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
6860
6860
|
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
6861
6861
|
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
6862
6862
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -2713,6 +2713,10 @@
|
|
|
2713
2713
|
.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 {
|
|
2714
2714
|
text-decoration: none;
|
|
2715
2715
|
}
|
|
2716
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2717
|
+
-webkit-box-shadow: none;
|
|
2718
|
+
box-shadow: none;
|
|
2719
|
+
}
|
|
2716
2720
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2717
2721
|
border-radius: 0;
|
|
2718
2722
|
line-height: 22px;
|
|
@@ -2764,13 +2768,13 @@
|
|
|
2764
2768
|
.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 {
|
|
2765
2769
|
padding: 16px 16px 16px 26px;
|
|
2766
2770
|
}
|
|
2767
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2768
|
-
padding: 8px 0 8px 26px;
|
|
2769
|
-
}
|
|
2770
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2771
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2771
2772
|
-webkit-box-shadow: none;
|
|
2772
2773
|
box-shadow: none;
|
|
2773
2774
|
}
|
|
2775
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2776
|
+
padding: 8px 0 8px 26px;
|
|
2777
|
+
}
|
|
2774
2778
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2775
2779
|
padding: 0;
|
|
2776
2780
|
}
|
|
@@ -2976,8 +2980,6 @@
|
|
|
2976
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2977
2981
|
border: 0;
|
|
2978
2982
|
background: #f3f4f6;
|
|
2979
|
-
-webkit-box-shadow: none;
|
|
2980
|
-
box-shadow: none;
|
|
2981
2983
|
}
|
|
2982
2984
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2983
2985
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -3056,8 +3058,6 @@
|
|
|
3056
3058
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3057
3059
|
position: relative;
|
|
3058
3060
|
z-index: 2;
|
|
3059
|
-
-webkit-box-shadow: none;
|
|
3060
|
-
box-shadow: none;
|
|
3061
3061
|
}
|
|
3062
3062
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3063
3063
|
border-color: #e5e7eb;
|
|
@@ -8722,7 +8722,7 @@
|
|
|
8722
8722
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8723
8723
|
color: #374151;
|
|
8724
8724
|
}
|
|
8725
|
-
.e-treeview .e-list-item.e-
|
|
8725
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8726
8726
|
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
8727
8727
|
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
8728
8728
|
border: none;
|
|
@@ -8832,7 +8832,7 @@
|
|
|
8832
8832
|
-webkit-box-shadow: none;
|
|
8833
8833
|
box-shadow: none;
|
|
8834
8834
|
}
|
|
8835
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8835
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8836
8836
|
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
8837
8837
|
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
8838
8838
|
}
|
|
@@ -2829,6 +2829,10 @@
|
|
|
2829
2829
|
.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 {
|
|
2830
2830
|
text-decoration: none;
|
|
2831
2831
|
}
|
|
2832
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2833
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
2834
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
2835
|
+
}
|
|
2832
2836
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2833
2837
|
border-radius: calc(var(--e-radius) * 0);
|
|
2834
2838
|
line-height: 22px;
|
|
@@ -2880,13 +2884,13 @@
|
|
|
2880
2884
|
.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 {
|
|
2881
2885
|
padding: 16px 16px 16px 26px;
|
|
2882
2886
|
}
|
|
2887
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
2888
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
2889
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
2890
|
+
}
|
|
2883
2891
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2884
2892
|
padding: 10px 0 10px 26px;
|
|
2885
2893
|
}
|
|
2886
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2887
|
-
-webkit-box-shadow: none;
|
|
2888
|
-
box-shadow: none;
|
|
2889
|
-
}
|
|
2890
2894
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2891
2895
|
padding: 0;
|
|
2892
2896
|
}
|
|
@@ -3166,18 +3170,12 @@
|
|
|
3166
3170
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3167
3171
|
border: 0;
|
|
3168
3172
|
background: var(--color-sf-content-bg-color-hover);
|
|
3169
|
-
-webkit-box-shadow: none;
|
|
3170
|
-
box-shadow: none;
|
|
3171
3173
|
}
|
|
3172
3174
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3173
3175
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
3174
3176
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
3175
3177
|
color: var(--color-sf-content-text-color-focus);
|
|
3176
3178
|
}
|
|
3177
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
3178
|
-
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3179
|
-
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3180
|
-
}
|
|
3181
3179
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
3182
3180
|
color: var(--color-sf-content-text-color-hover);
|
|
3183
3181
|
}
|
|
@@ -3250,12 +3248,6 @@
|
|
|
3250
3248
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3251
3249
|
position: relative;
|
|
3252
3250
|
z-index: 2;
|
|
3253
|
-
-webkit-box-shadow: none;
|
|
3254
|
-
box-shadow: none;
|
|
3255
|
-
}
|
|
3256
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
3257
|
-
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3258
|
-
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3259
3251
|
}
|
|
3260
3252
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
3261
3253
|
border-color: var(--color-sf-border-light);
|
|
@@ -8143,7 +8135,7 @@
|
|
|
8143
8135
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8144
8136
|
color: var(--color-sf-icon-color-hover);
|
|
8145
8137
|
}
|
|
8146
|
-
.e-treeview .e-list-item.e-
|
|
8138
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
8147
8139
|
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
8148
8140
|
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
8149
8141
|
border: none;
|
|
@@ -8254,7 +8246,7 @@
|
|
|
8254
8246
|
-webkit-box-shadow: none;
|
|
8255
8247
|
box-shadow: none;
|
|
8256
8248
|
}
|
|
8257
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
8249
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
8258
8250
|
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
8259
8251
|
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
8260
8252
|
}
|
package/styles/tailwind3.css
CHANGED
|
@@ -3740,6 +3740,10 @@
|
|
|
3740
3740
|
.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 {
|
|
3741
3741
|
text-decoration: none;
|
|
3742
3742
|
}
|
|
3743
|
+
.e-accordion .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3744
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3745
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3746
|
+
}
|
|
3743
3747
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
3744
3748
|
border-radius: calc(var(--e-radius) * 0);
|
|
3745
3749
|
line-height: 22px;
|
|
@@ -3791,13 +3795,13 @@
|
|
|
3791
3795
|
.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 {
|
|
3792
3796
|
padding: 16px 16px 16px 26px;
|
|
3793
3797
|
}
|
|
3798
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item.e-focused > .e-acrdn-header {
|
|
3799
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3800
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
3801
|
+
}
|
|
3794
3802
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
3795
3803
|
padding: 10px 0 10px 26px;
|
|
3796
3804
|
}
|
|
3797
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
3798
|
-
-webkit-box-shadow: none;
|
|
3799
|
-
box-shadow: none;
|
|
3800
|
-
}
|
|
3801
3805
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
3802
3806
|
padding: 0;
|
|
3803
3807
|
}
|
|
@@ -4077,18 +4081,12 @@
|
|
|
4077
4081
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
4078
4082
|
border: 0;
|
|
4079
4083
|
background: var(--color-sf-content-bg-color-hover);
|
|
4080
|
-
-webkit-box-shadow: none;
|
|
4081
|
-
box-shadow: none;
|
|
4082
4084
|
}
|
|
4083
4085
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
4084
4086
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
4085
4087
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
4086
4088
|
color: var(--color-sf-content-text-color-focus);
|
|
4087
4089
|
}
|
|
4088
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
4089
|
-
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
4090
|
-
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
4091
|
-
}
|
|
4092
4090
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
4093
4091
|
color: var(--color-sf-content-text-color-hover);
|
|
4094
4092
|
}
|
|
@@ -4161,12 +4159,6 @@
|
|
|
4161
4159
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
4162
4160
|
position: relative;
|
|
4163
4161
|
z-index: 2;
|
|
4164
|
-
-webkit-box-shadow: none;
|
|
4165
|
-
box-shadow: none;
|
|
4166
|
-
}
|
|
4167
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
4168
|
-
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
4169
|
-
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
4170
4162
|
}
|
|
4171
4163
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
4172
4164
|
border-color: var(--color-sf-border-light);
|
|
@@ -10648,7 +10640,7 @@
|
|
|
10648
10640
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
10649
10641
|
color: var(--color-sf-icon-color-hover);
|
|
10650
10642
|
}
|
|
10651
|
-
.e-treeview .e-list-item.e-
|
|
10643
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
10652
10644
|
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
10653
10645
|
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
10654
10646
|
border: none;
|
|
@@ -10759,7 +10751,7 @@
|
|
|
10759
10751
|
-webkit-box-shadow: none;
|
|
10760
10752
|
box-shadow: none;
|
|
10761
10753
|
}
|
|
10762
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
10754
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
10763
10755
|
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
10764
10756
|
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
10765
10757
|
}
|
|
@@ -7,7 +7,7 @@ $treeview-font-size: 14px !default;
|
|
|
7
7
|
$treeview-icon-font-size: 8px !default;
|
|
8
8
|
$treeview-image-font-size: 16px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 10px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: $grey-dark-font !default;
|
|
@@ -7,7 +7,7 @@ $treeview-font-size: 14px !default;
|
|
|
7
7
|
$treeview-icon-font-size: 8px !default;
|
|
8
8
|
$treeview-image-font-size: 16px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 10px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: $grey-light-font !default;
|
|
@@ -7,7 +7,7 @@ $treeview-font-size: $font-size !default;
|
|
|
7
7
|
$treeview-icon-font-size: 10px !default;
|
|
8
8
|
$treeview-image-font-size: 16px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 12px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: $neutral-light-font !default;
|
|
@@ -7,7 +7,7 @@ $treeview-font-size: $font-size !default;
|
|
|
7
7
|
$treeview-icon-font-size: 10px !default;
|
|
8
8
|
$treeview-image-font-size: 16px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 12px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: $neutral-light-font !default;
|
|
@@ -7,7 +7,7 @@ $treeview-font-size: 14px !default;
|
|
|
7
7
|
$treeview-icon-font-size: 10px !default;
|
|
8
8
|
$treeview-image-font-size: 16px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 12px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: $content-font !default;
|
|
@@ -94,7 +94,7 @@ $treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
|
94
94
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
95
95
|
$treeview-root-ul-margin: 0 !default;
|
|
96
96
|
|
|
97
|
-
$treeview-big-font-size:
|
|
97
|
+
$treeview-big-font-size: 16px !default;
|
|
98
98
|
$treeview-big-icon-font-size: 12px !default;
|
|
99
99
|
|
|
100
100
|
$treeview-big-item-height: 40px !default;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
//default
|
|
5
5
|
/* stylelint-disable */
|
|
6
|
-
$treeview-font-size:
|
|
6
|
+
$treeview-font-size: 14px !default;
|
|
7
7
|
$treeview-icon-font-size: 10px !default;
|
|
8
8
|
$treeview-image-font-size: 18px !default;
|
|
9
|
-
$treeview-big-font-size:
|
|
9
|
+
$treeview-big-font-size: 16px !default;
|
|
10
10
|
$treeview-big-icon-font-size: 12px !default;
|
|
11
11
|
$treeview-icon-color: rgba($grey-dark-font, .70) !default;
|
|
12
12
|
$treeview-text-color: $grey-dark-font !default;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
/*! TreeView's material theme wise override definitions and variables */
|
|
5
5
|
/* stylelint-disable */
|
|
6
|
-
$treeview-font-size:
|
|
6
|
+
$treeview-font-size: 14px !default;
|
|
7
7
|
$treeview-icon-font-size: 10px !default;
|
|
8
8
|
$treeview-image-font-size: 18px !default;
|
|
9
9
|
|
|
10
|
-
$treeview-big-font-size:
|
|
10
|
+
$treeview-big-font-size: 16px !default;
|
|
11
11
|
$treeview-big-icon-font-size: 12px !default;
|
|
12
12
|
|
|
13
13
|
$treeview-icon-color: rgba($grey-light-font, .54) !default;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
&.e-
|
|
120
|
+
&.e-focused {
|
|
121
121
|
> .e-fullrow {
|
|
122
122
|
box-shadow: $treeview-focus-box-shadow;
|
|
123
123
|
border: none;
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
&.e-
|
|
207
|
+
&.e-focused {
|
|
208
208
|
> .e-fullrow {
|
|
209
209
|
@if $skin-name == 'bootstrap' or $skin-name == 'highcontrast' {
|
|
210
210
|
-webkit-box-shadow: $treeview-focus-box-shadow;
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
&.e-
|
|
317
|
+
&.e-focused {
|
|
318
318
|
> .e-text-content {
|
|
319
319
|
@if $skin-name == 'bootstrap' or $skin-name == 'highcontrast' {
|
|
320
320
|
-webkit-box-shadow: $treeview-focus-box-shadow;
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
&.e-
|
|
337
|
+
&.e-focused {
|
|
338
338
|
> .e-text-content {
|
|
339
339
|
box-shadow: $treeview-focus-box-shadow;
|
|
340
340
|
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
package/styles/treeview/bds.css
CHANGED
|
@@ -676,7 +676,7 @@
|
|
|
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-
|
|
679
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
680
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
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
682
|
border: none;
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
-webkit-box-shadow: none;
|
|
787
787
|
box-shadow: none;
|
|
788
788
|
}
|
|
789
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
789
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
790
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
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);
|
|
792
792
|
}
|
|
@@ -509,7 +509,7 @@
|
|
|
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-
|
|
512
|
+
.e-treeview .e-list-item.e-focused > .e-fullrow {
|
|
513
513
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
514
514
|
box-shadow: inset 0 0 0 1px #fff;
|
|
515
515
|
border: none;
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
-webkit-box-shadow: none;
|
|
621
621
|
box-shadow: none;
|
|
622
622
|
}
|
|
623
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-
|
|
623
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-focused > .e-text-content {
|
|
624
624
|
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
625
625
|
box-shadow: inset 0 0 0 1px #fff;
|
|
626
626
|
}
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
|
|
795
795
|
.e-bigger .e-treeview .e-list-text,
|
|
796
796
|
.e-treeview.e-bigger .e-list-text {
|
|
797
|
-
font-size:
|
|
797
|
+
font-size: 16px;
|
|
798
798
|
}
|
|
799
799
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
800
800
|
.e-bigger .e-treeview .e-icon-expandable::before,
|