datastake-daf 0.6.677 → 0.6.679

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,12 +1916,17 @@ 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 .listbox .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content
1919
+ .ant-select-dropdown.dark-select-popup.language-select.custom .listbox .rc-virutal-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 .listbox .rc-virutal-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content
1920
1921
  .row-cont.flex .cont
1921
1922
  {
1922
1923
  color: var(--header-text-color, white) !important;
1923
1924
  }
1924
1925
 
1926
+ .ant-select-dropdown.dark-select-popup.language-select.custom .listbox .rc-virutal-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
1927
+ background-color: var(--base-gray-30) !important;
1928
+ }
1929
+
1925
1930
  .ant-menu.ant-menu-sub.ant-menu-inline {
1926
1931
  background-color: var(--base-gray-110) !important;
1927
1932
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.677",
3
+ "version": "0.6.679",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -1916,12 +1916,17 @@ 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 .listbox .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content
1919
+ .ant-select-dropdown.dark-select-popup.language-select.custom .listbox .rc-virutal-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 .listbox .rc-virutal-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option .ant-select-item-option-content
1920
1921
  .row-cont.flex .cont
1921
1922
  {
1922
1923
  color: var(--header-text-color, white) !important;
1923
1924
  }
1924
1925
 
1926
+ .ant-select-dropdown.dark-select-popup.language-select.custom .listbox .rc-virutal-list .rc-virtual-list-holder .rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
1927
+ background-color: var(--base-gray-30) !important;
1928
+ }
1929
+
1925
1930
  .ant-menu.ant-menu-sub.ant-menu-inline {
1926
1931
  background-color: var(--base-gray-110) !important;
1927
1932
  }