@syncfusion/ej2-react-navigations 21.1.38 → 21.2.3
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/CHANGELOG.md +38 -0
- package/dist/ej2-react-navigations.min.js +1 -1
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +35 -26
- package/styles/bootstrap.css +35 -26
- package/styles/bootstrap4.css +35 -26
- package/styles/bootstrap5-dark.css +44 -35
- package/styles/bootstrap5.css +44 -35
- package/styles/context-menu/bootstrap5-dark.css +4 -4
- package/styles/context-menu/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +35 -26
- package/styles/fabric.css +35 -26
- package/styles/fluent-dark.css +35 -26
- package/styles/fluent.css +35 -26
- package/styles/highcontrast-light.css +35 -26
- package/styles/highcontrast.css +37 -27
- package/styles/material-dark.css +35 -26
- package/styles/material.css +35 -26
- package/styles/menu/bootstrap5-dark.css +5 -5
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/tab/bootstrap-dark.css +0 -10
- package/styles/tab/bootstrap.css +0 -10
- package/styles/tab/bootstrap4.css +0 -10
- package/styles/tab/bootstrap5-dark.css +0 -10
- package/styles/tab/bootstrap5.css +0 -10
- package/styles/tab/fabric-dark.css +0 -10
- package/styles/tab/fabric.css +0 -10
- package/styles/tab/fluent-dark.css +0 -10
- package/styles/tab/fluent.css +0 -10
- package/styles/tab/highcontrast-light.css +0 -10
- package/styles/tab/highcontrast.css +0 -10
- package/styles/tab/material-dark.css +0 -10
- package/styles/tab/material.css +0 -10
- package/styles/tab/tailwind-dark.css +0 -10
- package/styles/tab/tailwind.css +0 -10
- package/styles/tailwind-dark.css +35 -26
- package/styles/tailwind.css +35 -26
- package/styles/treeview/bootstrap-dark.css +35 -16
- package/styles/treeview/bootstrap.css +35 -16
- package/styles/treeview/bootstrap4.css +35 -16
- package/styles/treeview/bootstrap5-dark.css +35 -16
- package/styles/treeview/bootstrap5.css +35 -16
- package/styles/treeview/fabric-dark.css +35 -16
- package/styles/treeview/fabric.css +35 -16
- package/styles/treeview/fluent-dark.css +35 -16
- package/styles/treeview/fluent.css +35 -16
- package/styles/treeview/highcontrast-light.css +35 -16
- package/styles/treeview/highcontrast.css +37 -17
- package/styles/treeview/material-dark.css +35 -16
- package/styles/treeview/material.css +35 -16
- package/styles/treeview/tailwind-dark.css +35 -16
- package/styles/treeview/tailwind.css +35 -16
package/styles/fabric.css
CHANGED
|
@@ -3395,19 +3395,9 @@
|
|
|
3395
3395
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3396
3396
|
content: "\e85e";
|
|
3397
3397
|
}
|
|
3398
|
-
@media screen and (max-width: 480px) {
|
|
3399
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3400
|
-
content: "\e976";
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
3398
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3404
3399
|
content: "\e84f";
|
|
3405
3400
|
}
|
|
3406
|
-
@media screen and (max-width: 480px) {
|
|
3407
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3408
|
-
content: "\e976";
|
|
3409
|
-
}
|
|
3410
|
-
}
|
|
3411
3401
|
@media screen and (max-width: 480px) {
|
|
3412
3402
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3413
3403
|
content: "\e85e";
|
|
@@ -8008,17 +7998,22 @@
|
|
|
8008
7998
|
font-size: 10px;
|
|
8009
7999
|
}
|
|
8010
8000
|
.e-treeview .e-list-item.e-active,
|
|
8011
|
-
.e-treeview .e-list-item.e-hover
|
|
8001
|
+
.e-treeview .e-list-item.e-hover,
|
|
8002
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
8012
8003
|
background: transparent;
|
|
8013
8004
|
}
|
|
8014
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
8005
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
8006
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8015
8007
|
color: #333;
|
|
8016
8008
|
}
|
|
8017
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
8009
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8010
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8018
8011
|
color: #333;
|
|
8019
8012
|
}
|
|
8020
8013
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8021
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
8014
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8015
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8016
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8022
8017
|
color: #333;
|
|
8023
8018
|
}
|
|
8024
8019
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -8031,31 +8026,40 @@
|
|
|
8031
8026
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
8032
8027
|
color: #333;
|
|
8033
8028
|
}
|
|
8034
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
8029
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
8030
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8035
8031
|
color: #333;
|
|
8036
8032
|
}
|
|
8037
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
8033
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8034
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8038
8035
|
color: #333;
|
|
8039
8036
|
}
|
|
8040
8037
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8041
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
8038
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8039
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8040
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8042
8041
|
color: #333;
|
|
8043
8042
|
}
|
|
8044
8043
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
8045
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
8044
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8045
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8046
8046
|
color: #333;
|
|
8047
8047
|
}
|
|
8048
8048
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8049
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
8049
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8050
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8050
8051
|
color: #333;
|
|
8051
8052
|
}
|
|
8052
8053
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8053
8054
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8054
8055
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8055
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
8056
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8057
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8058
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8056
8059
|
color: #333;
|
|
8057
8060
|
}
|
|
8058
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
8061
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8062
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8059
8063
|
background-color: #f4f4f4;
|
|
8060
8064
|
border-color: #f4f4f4;
|
|
8061
8065
|
}
|
|
@@ -8073,12 +8077,14 @@
|
|
|
8073
8077
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8074
8078
|
color: #333;
|
|
8075
8079
|
}
|
|
8076
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
8080
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8081
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8077
8082
|
background-color: #d1ebff;
|
|
8078
8083
|
border-color: #666;
|
|
8079
8084
|
}
|
|
8080
8085
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8081
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
8086
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8087
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8082
8088
|
background-color: transparent;
|
|
8083
8089
|
border-color: transparent;
|
|
8084
8090
|
}
|
|
@@ -8110,7 +8116,8 @@
|
|
|
8110
8116
|
.e-treeview .e-popup .e-downtail::after {
|
|
8111
8117
|
border-top-color: #fff;
|
|
8112
8118
|
}
|
|
8113
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
8119
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8120
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8114
8121
|
background-color: #f4f4f4;
|
|
8115
8122
|
border-color: #f4f4f4;
|
|
8116
8123
|
}
|
|
@@ -8118,12 +8125,14 @@
|
|
|
8118
8125
|
background-color: #d1ebff;
|
|
8119
8126
|
border-color: #d1ebff;
|
|
8120
8127
|
}
|
|
8121
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
8128
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8129
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8122
8130
|
background-color: #d1ebff;
|
|
8123
8131
|
border-color: #666;
|
|
8124
8132
|
}
|
|
8125
8133
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8126
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
8134
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8135
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8127
8136
|
background-color: transparent;
|
|
8128
8137
|
border-color: transparent;
|
|
8129
8138
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3422,19 +3422,9 @@
|
|
|
3422
3422
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3423
3423
|
content: "\e776";
|
|
3424
3424
|
}
|
|
3425
|
-
@media screen and (max-width: 480px) {
|
|
3426
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3427
|
-
content: "\e770";
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
3425
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3431
3426
|
content: "\e729";
|
|
3432
3427
|
}
|
|
3433
|
-
@media screen and (max-width: 480px) {
|
|
3434
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3435
|
-
content: "\e770";
|
|
3436
|
-
}
|
|
3437
|
-
}
|
|
3438
3428
|
@media screen and (max-width: 480px) {
|
|
3439
3429
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3440
3430
|
content: "\e776";
|
|
@@ -8142,17 +8132,22 @@
|
|
|
8142
8132
|
font-size: 20px;
|
|
8143
8133
|
}
|
|
8144
8134
|
.e-treeview .e-list-item.e-active,
|
|
8145
|
-
.e-treeview .e-list-item.e-hover
|
|
8135
|
+
.e-treeview .e-list-item.e-hover,
|
|
8136
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
8146
8137
|
background: transparent;
|
|
8147
8138
|
}
|
|
8148
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
8139
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
8140
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8149
8141
|
color: #f3f2f1;
|
|
8150
8142
|
}
|
|
8151
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
8143
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8144
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8152
8145
|
color: #f3f2f1;
|
|
8153
8146
|
}
|
|
8154
8147
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8155
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
8148
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8149
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8150
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8156
8151
|
color: #f3f2f1;
|
|
8157
8152
|
}
|
|
8158
8153
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -8171,31 +8166,40 @@
|
|
|
8171
8166
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
8172
8167
|
border-color: #f3f2f1;
|
|
8173
8168
|
}
|
|
8174
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
8169
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
8170
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8175
8171
|
color: #f3f2f1;
|
|
8176
8172
|
}
|
|
8177
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
8173
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8174
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8178
8175
|
color: #f3f2f1;
|
|
8179
8176
|
}
|
|
8180
8177
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8181
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
8178
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8179
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8180
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8182
8181
|
color: #f3f2f1;
|
|
8183
8182
|
}
|
|
8184
8183
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
8185
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
8184
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8185
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8186
8186
|
color: #f3f2f1;
|
|
8187
8187
|
}
|
|
8188
8188
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8189
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
8189
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8190
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8190
8191
|
color: #f3f2f1;
|
|
8191
8192
|
}
|
|
8192
8193
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8193
8194
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8194
8195
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8195
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
8196
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8197
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8198
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8196
8199
|
color: #a19f9d;
|
|
8197
8200
|
}
|
|
8198
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
8201
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8202
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8199
8203
|
background-color: #252423;
|
|
8200
8204
|
border-color: #252423;
|
|
8201
8205
|
}
|
|
@@ -8213,12 +8217,14 @@
|
|
|
8213
8217
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8214
8218
|
color: #f3f2f1;
|
|
8215
8219
|
}
|
|
8216
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
8220
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8221
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8217
8222
|
background-color: #363533;
|
|
8218
8223
|
border-color: #292827;
|
|
8219
8224
|
}
|
|
8220
8225
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8221
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
8226
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8227
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8222
8228
|
background-color: transparent;
|
|
8223
8229
|
border-color: transparent;
|
|
8224
8230
|
}
|
|
@@ -8253,7 +8259,8 @@
|
|
|
8253
8259
|
.e-treeview .e-popup .e-downtail::after {
|
|
8254
8260
|
border-top-color: #252423;
|
|
8255
8261
|
}
|
|
8256
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
8262
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8263
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8257
8264
|
background-color: #252423;
|
|
8258
8265
|
border-color: #252423;
|
|
8259
8266
|
}
|
|
@@ -8261,12 +8268,14 @@
|
|
|
8261
8268
|
background-color: #292827;
|
|
8262
8269
|
border-color: #292827;
|
|
8263
8270
|
}
|
|
8264
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
8271
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8272
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8265
8273
|
background-color: #363533;
|
|
8266
8274
|
border-color: #292827;
|
|
8267
8275
|
}
|
|
8268
8276
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8269
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
8277
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8278
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8270
8279
|
background-color: transparent;
|
|
8271
8280
|
border-color: transparent;
|
|
8272
8281
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -3422,19 +3422,9 @@
|
|
|
3422
3422
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3423
3423
|
content: "\e776";
|
|
3424
3424
|
}
|
|
3425
|
-
@media screen and (max-width: 480px) {
|
|
3426
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3427
|
-
content: "\e770";
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
3425
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3431
3426
|
content: "\e729";
|
|
3432
3427
|
}
|
|
3433
|
-
@media screen and (max-width: 480px) {
|
|
3434
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3435
|
-
content: "\e770";
|
|
3436
|
-
}
|
|
3437
|
-
}
|
|
3438
3428
|
@media screen and (max-width: 480px) {
|
|
3439
3429
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3440
3430
|
content: "\e776";
|
|
@@ -8142,17 +8132,22 @@
|
|
|
8142
8132
|
font-size: 20px;
|
|
8143
8133
|
}
|
|
8144
8134
|
.e-treeview .e-list-item.e-active,
|
|
8145
|
-
.e-treeview .e-list-item.e-hover
|
|
8135
|
+
.e-treeview .e-list-item.e-hover,
|
|
8136
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
8146
8137
|
background: transparent;
|
|
8147
8138
|
}
|
|
8148
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
8139
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
8140
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8149
8141
|
color: #201f1e;
|
|
8150
8142
|
}
|
|
8151
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
8143
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8144
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8152
8145
|
color: #201f1e;
|
|
8153
8146
|
}
|
|
8154
8147
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8155
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
8148
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8149
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8150
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8156
8151
|
color: #323130;
|
|
8157
8152
|
}
|
|
8158
8153
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -8171,31 +8166,40 @@
|
|
|
8171
8166
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
8172
8167
|
border-color: #201f1e;
|
|
8173
8168
|
}
|
|
8174
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
8169
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
8170
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8175
8171
|
color: #201f1e;
|
|
8176
8172
|
}
|
|
8177
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
8173
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8174
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8178
8175
|
color: #201f1e;
|
|
8179
8176
|
}
|
|
8180
8177
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8181
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
8178
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8179
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8180
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8182
8181
|
color: #201f1e;
|
|
8183
8182
|
}
|
|
8184
8183
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
8185
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
8184
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8185
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8186
8186
|
color: #201f1e;
|
|
8187
8187
|
}
|
|
8188
8188
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8189
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
8189
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8190
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8190
8191
|
color: #201f1e;
|
|
8191
8192
|
}
|
|
8192
8193
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8193
8194
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8194
8195
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8195
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
8196
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8197
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8198
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8196
8199
|
color: #605e5c;
|
|
8197
8200
|
}
|
|
8198
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
8201
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8202
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8199
8203
|
background-color: #f3f2f1;
|
|
8200
8204
|
border-color: #f3f2f1;
|
|
8201
8205
|
}
|
|
@@ -8213,12 +8217,14 @@
|
|
|
8213
8217
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8214
8218
|
color: #201f1e;
|
|
8215
8219
|
}
|
|
8216
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
8220
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8221
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8217
8222
|
background-color: #e2dedb;
|
|
8218
8223
|
border-color: #edebe9;
|
|
8219
8224
|
}
|
|
8220
8225
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8221
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
8226
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8227
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8222
8228
|
background-color: transparent;
|
|
8223
8229
|
border-color: transparent;
|
|
8224
8230
|
}
|
|
@@ -8253,7 +8259,8 @@
|
|
|
8253
8259
|
.e-treeview .e-popup .e-downtail::after {
|
|
8254
8260
|
border-top-color: #f3f2f1;
|
|
8255
8261
|
}
|
|
8256
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
8262
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8263
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8257
8264
|
background-color: #f3f2f1;
|
|
8258
8265
|
border-color: #f3f2f1;
|
|
8259
8266
|
}
|
|
@@ -8261,12 +8268,14 @@
|
|
|
8261
8268
|
background-color: #edebe9;
|
|
8262
8269
|
border-color: #edebe9;
|
|
8263
8270
|
}
|
|
8264
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
8271
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8272
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8265
8273
|
background-color: #e2dedb;
|
|
8266
8274
|
border-color: #edebe9;
|
|
8267
8275
|
}
|
|
8268
8276
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8269
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
8277
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8278
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8270
8279
|
background-color: transparent;
|
|
8271
8280
|
border-color: transparent;
|
|
8272
8281
|
}
|
|
@@ -3383,16 +3383,6 @@
|
|
|
3383
3383
|
content: "\e7fc";
|
|
3384
3384
|
position: relative;
|
|
3385
3385
|
}
|
|
3386
|
-
@media screen and (max-width: 480px) {
|
|
3387
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3388
|
-
content: "\e976";
|
|
3389
|
-
}
|
|
3390
|
-
}
|
|
3391
|
-
@media screen and (max-width: 480px) {
|
|
3392
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3393
|
-
content: "\e976";
|
|
3394
|
-
}
|
|
3395
|
-
}
|
|
3396
3386
|
@media screen and (max-width: 480px) {
|
|
3397
3387
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3398
3388
|
content: "\e85e";
|
|
@@ -7992,17 +7982,22 @@
|
|
|
7992
7982
|
font-size: 10px;
|
|
7993
7983
|
}
|
|
7994
7984
|
.e-treeview .e-list-item.e-active,
|
|
7995
|
-
.e-treeview .e-list-item.e-hover
|
|
7985
|
+
.e-treeview .e-list-item.e-hover,
|
|
7986
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
7996
7987
|
background: transparent;
|
|
7997
7988
|
}
|
|
7998
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
7989
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
7990
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
7999
7991
|
color: #000;
|
|
8000
7992
|
}
|
|
8001
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
7993
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
7994
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8002
7995
|
color: #000;
|
|
8003
7996
|
}
|
|
8004
7997
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8005
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
7998
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
7999
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8000
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8006
8001
|
color: #000;
|
|
8007
8002
|
}
|
|
8008
8003
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -8015,31 +8010,40 @@
|
|
|
8015
8010
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
8016
8011
|
color: #fff;
|
|
8017
8012
|
}
|
|
8018
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
8013
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
8014
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8019
8015
|
color: #fff;
|
|
8020
8016
|
}
|
|
8021
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
8017
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8018
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8022
8019
|
color: #fff;
|
|
8023
8020
|
}
|
|
8024
8021
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8025
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
8022
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8023
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8024
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8026
8025
|
color: #fff;
|
|
8027
8026
|
}
|
|
8028
8027
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
8029
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
8028
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8029
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8030
8030
|
color: #000;
|
|
8031
8031
|
}
|
|
8032
8032
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8033
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
8033
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8034
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8034
8035
|
color: #000;
|
|
8035
8036
|
}
|
|
8036
8037
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8037
8038
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8038
8039
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8039
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
8040
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8041
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8042
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8040
8043
|
color: #000;
|
|
8041
8044
|
}
|
|
8042
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
8045
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8046
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8043
8047
|
background-color: #ecf;
|
|
8044
8048
|
border-color: #000;
|
|
8045
8049
|
}
|
|
@@ -8057,12 +8061,14 @@
|
|
|
8057
8061
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8058
8062
|
color: #000;
|
|
8059
8063
|
}
|
|
8060
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
8064
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8065
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8061
8066
|
background-color: #400074;
|
|
8062
8067
|
border-color: #000;
|
|
8063
8068
|
}
|
|
8064
8069
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8065
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
8070
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8071
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8066
8072
|
background-color: transparent;
|
|
8067
8073
|
border-color: transparent;
|
|
8068
8074
|
}
|
|
@@ -8094,7 +8100,8 @@
|
|
|
8094
8100
|
.e-treeview .e-popup .e-downtail::after {
|
|
8095
8101
|
border-top-color: #ecf;
|
|
8096
8102
|
}
|
|
8097
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
8103
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8104
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8098
8105
|
background-color: #ecf;
|
|
8099
8106
|
border-color: #000;
|
|
8100
8107
|
}
|
|
@@ -8102,12 +8109,14 @@
|
|
|
8102
8109
|
background-color: #400074;
|
|
8103
8110
|
border-color: #400074;
|
|
8104
8111
|
}
|
|
8105
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
8112
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8113
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8106
8114
|
background-color: #400074;
|
|
8107
8115
|
border-color: #000;
|
|
8108
8116
|
}
|
|
8109
8117
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8110
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
8118
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8119
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8111
8120
|
background-color: transparent;
|
|
8112
8121
|
border-color: transparent;
|
|
8113
8122
|
}
|