datastake-daf 0.6.623 → 0.6.625
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.
|
@@ -856,22 +856,33 @@ h1 {
|
|
|
856
856
|
font-size: 15px !important;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it) .ant-menu-title-content span {
|
|
859
|
+
.components-layout:not(.nested) .ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it) .ant-menu-title-content span {
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
864
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu .ant-menu-submenu-inline,
|
|
864
865
|
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
865
|
-
color: var(#384250) !important;
|
|
866
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
866
867
|
}
|
|
867
868
|
|
|
868
869
|
.components-layout.nested .sidenav-cont .ant-menu-submenu-title {
|
|
869
|
-
color: var(#384250) !important;
|
|
870
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
870
871
|
}
|
|
871
872
|
|
|
872
|
-
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item
|
|
873
|
-
color: var(#384250) !important;
|
|
873
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item:not(.selected-it) {
|
|
874
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
874
875
|
}
|
|
876
|
+
|
|
877
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it {
|
|
878
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it span[role="img"],
|
|
882
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it span {
|
|
883
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
884
|
+
}
|
|
885
|
+
|
|
875
886
|
|
|
876
887
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
877
888
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
@@ -1549,10 +1560,10 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1549
1560
|
margin-bottom: 8px;
|
|
1550
1561
|
}
|
|
1551
1562
|
|
|
1552
|
-
|
|
1553
|
-
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1563
|
+
.components-layout:not(.nested) .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1564
|
+
.components-layout:not(.nested) .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1554
1565
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1555
|
-
}
|
|
1566
|
+
}
|
|
1556
1567
|
|
|
1557
1568
|
.components-layout.nested
|
|
1558
1569
|
.sidenav-cont
|
|
@@ -4426,8 +4437,8 @@ strong {
|
|
|
4426
4437
|
}
|
|
4427
4438
|
|
|
4428
4439
|
/* .ant-menu-submenu-title .ant-menu-title-content, */
|
|
4429
|
-
.ant-menu-submenu-title .ant-menu-item-icon,
|
|
4430
|
-
.ant-menu-submenu-title span {
|
|
4440
|
+
.components-layout:not(.nested) .ant-menu-submenu-title .ant-menu-item-icon,
|
|
4441
|
+
.components-layout:not(.nested) .ant-menu-submenu-title span {
|
|
4431
4442
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4432
4443
|
}
|
|
4433
4444
|
|
|
@@ -4461,7 +4472,7 @@ strong {
|
|
|
4461
4472
|
color: white !important;
|
|
4462
4473
|
}
|
|
4463
4474
|
|
|
4464
|
-
.sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4475
|
+
.components-layout:not(.nested) .sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4465
4476
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4466
4477
|
}
|
|
4467
4478
|
|
|
@@ -5139,4 +5150,4 @@ html {
|
|
|
5139
5150
|
background-color: var(
|
|
5140
5151
|
--color-primary-20
|
|
5141
5152
|
) !important; /* pick a stronger shade */
|
|
5142
|
-
}
|
|
5153
|
+
}
|
package/package.json
CHANGED
|
@@ -856,22 +856,33 @@ h1 {
|
|
|
856
856
|
font-size: 15px !important;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it) .ant-menu-title-content span {
|
|
859
|
+
.components-layout:not(.nested) .ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it) .ant-menu-title-content span {
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
864
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu .ant-menu-submenu-inline,
|
|
864
865
|
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
865
|
-
color: var(#384250) !important;
|
|
866
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
866
867
|
}
|
|
867
868
|
|
|
868
869
|
.components-layout.nested .sidenav-cont .ant-menu-submenu-title {
|
|
869
|
-
color: var(#384250) !important;
|
|
870
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
870
871
|
}
|
|
871
872
|
|
|
872
|
-
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item
|
|
873
|
-
color: var(#384250) !important;
|
|
873
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item:not(.selected-it) {
|
|
874
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
874
875
|
}
|
|
876
|
+
|
|
877
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it {
|
|
878
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it span[role="img"],
|
|
882
|
+
.components-layout.nested .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item.selected-it span {
|
|
883
|
+
color: var(--nested-sidenav-text-color, #384250) !important;
|
|
884
|
+
}
|
|
885
|
+
|
|
875
886
|
|
|
876
887
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
877
888
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
@@ -1549,10 +1560,10 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1549
1560
|
margin-bottom: 8px;
|
|
1550
1561
|
}
|
|
1551
1562
|
|
|
1552
|
-
|
|
1553
|
-
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1563
|
+
.components-layout:not(.nested) .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1564
|
+
.components-layout:not(.nested) .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1554
1565
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1555
|
-
}
|
|
1566
|
+
}
|
|
1556
1567
|
|
|
1557
1568
|
.components-layout.nested
|
|
1558
1569
|
.sidenav-cont
|
|
@@ -4426,8 +4437,8 @@ strong {
|
|
|
4426
4437
|
}
|
|
4427
4438
|
|
|
4428
4439
|
/* .ant-menu-submenu-title .ant-menu-title-content, */
|
|
4429
|
-
.ant-menu-submenu-title .ant-menu-item-icon,
|
|
4430
|
-
.ant-menu-submenu-title span {
|
|
4440
|
+
.components-layout:not(.nested) .ant-menu-submenu-title .ant-menu-item-icon,
|
|
4441
|
+
.components-layout:not(.nested) .ant-menu-submenu-title span {
|
|
4431
4442
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4432
4443
|
}
|
|
4433
4444
|
|
|
@@ -4461,7 +4472,7 @@ strong {
|
|
|
4461
4472
|
color: white !important;
|
|
4462
4473
|
}
|
|
4463
4474
|
|
|
4464
|
-
.sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4475
|
+
.components-layout:not(.nested) .sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4465
4476
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4466
4477
|
}
|
|
4467
4478
|
|
|
@@ -5139,4 +5150,4 @@ html {
|
|
|
5139
5150
|
background-color: var(
|
|
5140
5151
|
--color-primary-20
|
|
5141
5152
|
) !important; /* pick a stronger shade */
|
|
5142
|
-
}
|
|
5153
|
+
}
|