datastake-daf 0.6.606 → 0.6.607
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.
|
@@ -4382,9 +4382,9 @@ strong {
|
|
|
4382
4382
|
line-height: 20px;
|
|
4383
4383
|
}
|
|
4384
4384
|
|
|
4385
|
-
.ant-menu-submenu-title .ant-menu-title-content,
|
|
4385
|
+
/* .ant-menu-submenu-title .ant-menu-title-content, */
|
|
4386
4386
|
.ant-menu-submenu-title .ant-menu-item-icon,
|
|
4387
|
-
.ant-menu-submenu-title
|
|
4387
|
+
.ant-menu-submenu-title span {
|
|
4388
4388
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4389
4389
|
}
|
|
4390
4390
|
|
package/package.json
CHANGED
|
@@ -4382,9 +4382,9 @@ strong {
|
|
|
4382
4382
|
line-height: 20px;
|
|
4383
4383
|
}
|
|
4384
4384
|
|
|
4385
|
-
.ant-menu-submenu-title .ant-menu-title-content,
|
|
4385
|
+
/* .ant-menu-submenu-title .ant-menu-title-content, */
|
|
4386
4386
|
.ant-menu-submenu-title .ant-menu-item-icon,
|
|
4387
|
-
.ant-menu-submenu-title
|
|
4387
|
+
.ant-menu-submenu-title span {
|
|
4388
4388
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
4389
4389
|
}
|
|
4390
4390
|
|