datastake-daf 0.6.630 → 0.6.632
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,6 +1511,21 @@ 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
|
|
1516
|
+
.sidemenu-cont .ant-menu .ant-menu-root .ant-menu-inline .ant-menu-dark
|
|
1517
|
+
.ant-menu-submenu .ant-menu-submenu-inline
|
|
1518
|
+
:not(.selected) .ant-menu-submenu-title svg, */
|
|
1519
|
+
.components-layout :not(.nested)
|
|
1520
|
+
.sidenav-cont .menus-cont
|
|
1521
|
+
.sidemenu-cont .ant-menu .ant-menu-root .ant-menu-inline .ant-menu-dark
|
|
1522
|
+
.ant-menu-submenu .ant-menu-submenu-inline
|
|
1523
|
+
:not(.selected) .ant-menu-submenu-title .ant-menu-title-content
|
|
1524
|
+
{
|
|
1525
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1526
|
+
/* stroke: var(--custom-sidenav-text-color, white); */
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1514
1529
|
.components-layout.nested
|
|
1515
1530
|
.sidenav-cont
|
|
1516
1531
|
.menus-cont
|
package/package.json
CHANGED
|
@@ -1511,6 +1511,21 @@ 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
|
|
1516
|
+
.sidemenu-cont .ant-menu .ant-menu-root .ant-menu-inline .ant-menu-dark
|
|
1517
|
+
.ant-menu-submenu .ant-menu-submenu-inline
|
|
1518
|
+
:not(.selected) .ant-menu-submenu-title svg, */
|
|
1519
|
+
.components-layout :not(.nested)
|
|
1520
|
+
.sidenav-cont .menus-cont
|
|
1521
|
+
.sidemenu-cont .ant-menu .ant-menu-root .ant-menu-inline .ant-menu-dark
|
|
1522
|
+
.ant-menu-submenu .ant-menu-submenu-inline
|
|
1523
|
+
:not(.selected) .ant-menu-submenu-title .ant-menu-title-content
|
|
1524
|
+
{
|
|
1525
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1526
|
+
/* stroke: var(--custom-sidenav-text-color, white); */
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1514
1529
|
.components-layout.nested
|
|
1515
1530
|
.sidenav-cont
|
|
1516
1531
|
.menus-cont
|