datastake-daf 0.6.613 → 0.6.614

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.
@@ -4422,6 +4422,10 @@ strong {
4422
4422
  color: white !important;
4423
4423
  }
4424
4424
 
4425
+ .sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
4426
+ color: var(--custom-sidenav-text-color, white) !important;
4427
+ }
4428
+
4425
4429
  .sidenav-sider.sidenav-sider-collapsed .sidemenu-cont .ant-menu-submenu:hover {
4426
4430
  background-color: #243a47;
4427
4431
  }
@@ -4460,8 +4464,7 @@ strong {
4460
4464
  .ant-menu-submenu-selected
4461
4465
  .ant-menu-submenu-title {
4462
4466
  background-color: var(--color-primary-70) !important;
4463
- /* color: var(--custom-sidenav-text-color, white) !important; */
4464
- color: white;
4467
+ color: white !important;
4465
4468
  border-radius: 0px;
4466
4469
  }
4467
4470
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.613",
3
+ "version": "0.6.614",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -4422,6 +4422,10 @@ strong {
4422
4422
  color: white !important;
4423
4423
  }
4424
4424
 
4425
+ .sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
4426
+ color: var(--custom-sidenav-text-color, white) !important;
4427
+ }
4428
+
4425
4429
  .sidenav-sider.sidenav-sider-collapsed .sidemenu-cont .ant-menu-submenu:hover {
4426
4430
  background-color: #243a47;
4427
4431
  }
@@ -4460,8 +4464,7 @@ strong {
4460
4464
  .ant-menu-submenu-selected
4461
4465
  .ant-menu-submenu-title {
4462
4466
  background-color: var(--color-primary-70) !important;
4463
- /* color: var(--custom-sidenav-text-color, white) !important; */
4464
- color: white;
4467
+ color: white !important;
4465
4468
  border-radius: 0px;
4466
4469
  }
4467
4470