datastake-daf 0.6.678 → 0.6.680
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.
|
@@ -1916,14 +1916,14 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1916
1916
|
background-color: transparent !important;
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1920
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1921
|
-
.row-cont.flex .cont
|
|
1919
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option,
|
|
1920
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content,
|
|
1921
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .cont
|
|
1922
1922
|
{
|
|
1923
1923
|
color: var(--header-text-color, white) !important;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
1926
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1926
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
|
|
1927
1927
|
background-color: var(--base-gray-30) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
package/package.json
CHANGED
|
@@ -1916,14 +1916,14 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1916
1916
|
background-color: transparent !important;
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1920
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1921
|
-
.row-cont.flex .cont
|
|
1919
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option,
|
|
1920
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content,
|
|
1921
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content .row-cont.flex .cont
|
|
1922
1922
|
{
|
|
1923
1923
|
color: var(--header-text-color, white) !important;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
1926
|
-
.ant-select-dropdown.dark-select-popup.language-select.custom .
|
|
1926
|
+
.ant-select-dropdown.dark-select-popup.language-select.custom .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
|
|
1927
1927
|
background-color: var(--base-gray-30) !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
|