datastake-daf 0.6.643 → 0.6.644

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.
@@ -1533,6 +1533,20 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1533
1533
  color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1534
1534
  }
1535
1535
 
1536
+ .components-layout:not(.nested)
1537
+ .sidenav-cont:not(.straatos) .menus-cont
1538
+ .sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
1539
+ .ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
1540
+ color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1541
+ }
1542
+
1543
+ .components-layout:not(.nested)
1544
+ .sidenav-cont:not(.straatos) .menus-cont
1545
+ .sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
1546
+ .ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
1547
+ color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1548
+ }
1549
+
1536
1550
  .components-layout.nested
1537
1551
  .sidenav-cont
1538
1552
  .menus-cont
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.643",
3
+ "version": "0.6.644",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -1533,6 +1533,20 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1533
1533
  color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1534
1534
  }
1535
1535
 
1536
+ .components-layout:not(.nested)
1537
+ .sidenav-cont:not(.straatos) .menus-cont
1538
+ .sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
1539
+ .ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
1540
+ color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1541
+ }
1542
+
1543
+ .components-layout:not(.nested)
1544
+ .sidenav-cont:not(.straatos) .menus-cont
1545
+ .sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
1546
+ .ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
1547
+ color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
1548
+ }
1549
+
1536
1550
  .components-layout.nested
1537
1551
  .sidenav-cont
1538
1552
  .menus-cont