datastake-daf 0.6.673 → 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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.673",
3
+ "version": "0.6.675",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -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;