datastake-daf 0.6.666 → 0.6.667
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.
|
@@ -1898,14 +1898,20 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1898
1898
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title h3,
|
|
1899
1899
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list,
|
|
1900
1900
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list .no-notis,
|
|
1901
|
-
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list div
|
|
1901
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list div,
|
|
1902
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content
|
|
1903
|
+
{
|
|
1902
1904
|
color: var(--header-text-color, white) !important;
|
|
1903
1905
|
}
|
|
1904
1906
|
|
|
1905
|
-
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title .ant-dropdown-trigger.cursor-pointer svg circle
|
|
1907
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title .ant-dropdown-trigger.cursor-pointer svg circle,
|
|
1908
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content svg path
|
|
1909
|
+
{
|
|
1906
1910
|
fill: var(--header-text-color, white) !important;
|
|
1907
1911
|
}
|
|
1908
1912
|
|
|
1913
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content
|
|
1914
|
+
|
|
1909
1915
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1910
1916
|
background-color: var(--base-gray-110) !important;
|
|
1911
1917
|
}
|
package/package.json
CHANGED
|
@@ -1898,14 +1898,20 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1898
1898
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title h3,
|
|
1899
1899
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list,
|
|
1900
1900
|
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list .no-notis,
|
|
1901
|
-
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list div
|
|
1901
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-list div,
|
|
1902
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content
|
|
1903
|
+
{
|
|
1902
1904
|
color: var(--header-text-color, white) !important;
|
|
1903
1905
|
}
|
|
1904
1906
|
|
|
1905
|
-
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title .ant-dropdown-trigger.cursor-pointer svg circle
|
|
1907
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-title-content .notis-title .ant-dropdown-trigger.cursor-pointer svg circle,
|
|
1908
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content svg path
|
|
1909
|
+
{
|
|
1906
1910
|
fill: var(--header-text-color, white) !important;
|
|
1907
1911
|
}
|
|
1908
1912
|
|
|
1913
|
+
.dark-menu.custom .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content
|
|
1914
|
+
|
|
1909
1915
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1910
1916
|
background-color: var(--base-gray-110) !important;
|
|
1911
1917
|
}
|