datastake-daf 0.6.674 → 0.6.675
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.
|
@@ -1723,7 +1723,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1723
1723
|
.language-select
|
|
1724
1724
|
.ant-select-selection-item
|
|
1725
1725
|
.cont {
|
|
1726
|
-
color:
|
|
1726
|
+
color: white;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
.components-layout
|
|
@@ -1910,6 +1910,15 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1910
1910
|
fill: var(--header-text-color, white) !important;
|
|
1911
1911
|
}
|
|
1912
1912
|
|
|
1913
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex:hover,
|
|
1914
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .ant-select-item.ant-select-item-option.ant-select-item-option-selected
|
|
1915
|
+
{
|
|
1916
|
+
background-color: transparent !important;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .cont {
|
|
1920
|
+
color: var(--header-text-color, white) !important;
|
|
1921
|
+
}
|
|
1913
1922
|
|
|
1914
1923
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1915
1924
|
background-color: var(--base-gray-110) !important;
|
package/package.json
CHANGED
|
@@ -1723,7 +1723,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1723
1723
|
.language-select
|
|
1724
1724
|
.ant-select-selection-item
|
|
1725
1725
|
.cont {
|
|
1726
|
-
color:
|
|
1726
|
+
color: white;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
.components-layout
|
|
@@ -1910,6 +1910,15 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1910
1910
|
fill: var(--header-text-color, white) !important;
|
|
1911
1911
|
}
|
|
1912
1912
|
|
|
1913
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex:hover,
|
|
1914
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .ant-select-item.ant-select-item-option.ant-select-item-option-selected
|
|
1915
|
+
{
|
|
1916
|
+
background-color: transparent !important;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.ant-select-dropdown.dark-select-popup-language-select.custom .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .cont {
|
|
1920
|
+
color: var(--header-text-color, white) !important;
|
|
1921
|
+
}
|
|
1913
1922
|
|
|
1914
1923
|
.ant-menu.ant-menu-sub.ant-menu-inline {
|
|
1915
1924
|
background-color: var(--base-gray-110) !important;
|