datastake-daf 0.6.613 → 0.6.615
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.
|
@@ -860,6 +860,10 @@ h1 {
|
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
+
.ant-menu-submenu .ant-menu-submenu-inline .selected .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-item-icon {
|
|
864
|
+
color: white !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
863
867
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
864
868
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
865
869
|
/* Track */
|
|
@@ -4422,6 +4426,10 @@ strong {
|
|
|
4422
4426
|
color: white !important;
|
|
4423
4427
|
}
|
|
4424
4428
|
|
|
4429
|
+
.sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4430
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4425
4433
|
.sidenav-sider.sidenav-sider-collapsed .sidemenu-cont .ant-menu-submenu:hover {
|
|
4426
4434
|
background-color: #243a47;
|
|
4427
4435
|
}
|
|
@@ -4460,8 +4468,7 @@ strong {
|
|
|
4460
4468
|
.ant-menu-submenu-selected
|
|
4461
4469
|
.ant-menu-submenu-title {
|
|
4462
4470
|
background-color: var(--color-primary-70) !important;
|
|
4463
|
-
|
|
4464
|
-
color: white;
|
|
4471
|
+
color: white !important;
|
|
4465
4472
|
border-radius: 0px;
|
|
4466
4473
|
}
|
|
4467
4474
|
|
package/package.json
CHANGED
|
@@ -860,6 +860,10 @@ h1 {
|
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
+
.ant-menu-submenu .ant-menu-submenu-inline .selected .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-item-icon {
|
|
864
|
+
color: white !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
863
867
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
864
868
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
865
869
|
/* Track */
|
|
@@ -4422,6 +4426,10 @@ strong {
|
|
|
4422
4426
|
color: white !important;
|
|
4423
4427
|
}
|
|
4424
4428
|
|
|
4429
|
+
.sidenav-sider.sidenav-sider-collapsed .ant-menu-submenu-title span {
|
|
4430
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4425
4433
|
.sidenav-sider.sidenav-sider-collapsed .sidemenu-cont .ant-menu-submenu:hover {
|
|
4426
4434
|
background-color: #243a47;
|
|
4427
4435
|
}
|
|
@@ -4460,8 +4468,7 @@ strong {
|
|
|
4460
4468
|
.ant-menu-submenu-selected
|
|
4461
4469
|
.ant-menu-submenu-title {
|
|
4462
4470
|
background-color: var(--color-primary-70) !important;
|
|
4463
|
-
|
|
4464
|
-
color: white;
|
|
4471
|
+
color: white !important;
|
|
4465
4472
|
border-radius: 0px;
|
|
4466
4473
|
}
|
|
4467
4474
|
|