datastake-daf 0.6.614 → 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 */
|
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 */
|