datastake-daf 0.6.681 → 0.6.683
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.
|
@@ -1927,6 +1927,12 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1927
1927
|
background-color: var(--base-gray-30) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
|
+
.ant-dropdown.user-dropdown-layout.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .drop-header h4,
|
|
1931
|
+
.ant-dropdown.user-dropdown-layout.custom .list .list-item
|
|
1932
|
+
{
|
|
1933
|
+
color: var(--header-text-color, white) !important;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1930
1936
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1931
1937
|
background-color: var(--base-gray-110) !important;
|
|
1932
1938
|
}
|
package/package.json
CHANGED
|
@@ -1927,6 +1927,12 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1927
1927
|
background-color: var(--base-gray-30) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
|
+
.ant-dropdown.user-dropdown-layout.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .drop-header h4,
|
|
1931
|
+
.ant-dropdown.user-dropdown-layout.custom .list .list-item
|
|
1932
|
+
{
|
|
1933
|
+
color: var(--header-text-color, white) !important;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1930
1936
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1931
1937
|
background-color: var(--base-gray-110) !important;
|
|
1932
1938
|
}
|