datastake-daf 0.6.641 → 0.6.643
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.
|
@@ -1511,20 +1511,28 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1511
1511
|
color: var(--custom-sidenav-text-color, white);
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
.components-layout:not(.nested)
|
|
1515
|
-
.sidenav-cont .menus-cont:not(.is-collapsed)
|
|
1514
|
+
.components-layout:not(.nested)
|
|
1515
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1516
1516
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1517
1517
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1518
1518
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
.components-layout:not(.nested)
|
|
1522
|
-
.sidenav-cont .menus-cont:not(.is-collapsed)
|
|
1521
|
+
.components-layout:not(.nested)
|
|
1522
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1523
1523
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1524
1524
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1525
1525
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
|
+
.components-layout:not(.nested)
|
|
1529
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1530
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1531
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1532
|
+
.ant-menu-title-content span{
|
|
1533
|
+
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1528
1536
|
.components-layout.nested
|
|
1529
1537
|
.sidenav-cont
|
|
1530
1538
|
.menus-cont
|
package/package.json
CHANGED
|
@@ -1511,20 +1511,28 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1511
1511
|
color: var(--custom-sidenav-text-color, white);
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
.components-layout:not(.nested)
|
|
1515
|
-
.sidenav-cont .menus-cont:not(.is-collapsed)
|
|
1514
|
+
.components-layout:not(.nested)
|
|
1515
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1516
1516
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1517
1517
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1518
1518
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
.components-layout:not(.nested)
|
|
1522
|
-
.sidenav-cont .menus-cont:not(.is-collapsed)
|
|
1521
|
+
.components-layout:not(.nested)
|
|
1522
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1523
1523
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1524
1524
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1525
1525
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
|
+
.components-layout:not(.nested)
|
|
1529
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1530
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1531
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1532
|
+
.ant-menu-title-content span{
|
|
1533
|
+
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1528
1536
|
.components-layout.nested
|
|
1529
1537
|
.sidenav-cont
|
|
1530
1538
|
.menus-cont
|