dtable-ui-component 7.0.0-ahn.14 → 7.0.0-ahn.15

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.
@@ -96,8 +96,10 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
96
96
  whiteSpace: 'nowrap',
97
97
  textOverflow: 'ellipsis',
98
98
  ':hover': {
99
- backgroundColor: 'rgba(0, 0, 0, 0.04)'
99
+ backgroundColor: 'var(--bs-btn-background-hover)'
100
100
  },
101
+ '.select-option-name': 'font-size: 12px',
102
+ '.select-option-name .seatable-tip-default': 'font-size: 12px, margin-top: 4px',
101
103
  '.header-icon': HEADER_ICON_STYLE
102
104
  });
103
105
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "7.0.0ahn.14",
3
+ "version": "7.0.0ahn.15",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",