dtable-ui-component 6.0.110-oot.7 → 6.0.110-oot.8

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.
@@ -92,8 +92,6 @@
92
92
  }
93
93
 
94
94
  .seatable-customize-select .selected-option-show {
95
- height: 20px;
96
- line-height: 20px;
97
95
  margin-right: 8px;
98
96
  width: calc(100% - 20px);
99
97
  white-space: nowrap;
@@ -100,7 +100,7 @@ class DTableCustomizeSelect extends _react.Component {
100
100
  tabIndex: "0",
101
101
  role: "button",
102
102
  ref: node => this.selector = node,
103
- className: (0, _classnames.default)('seatable-customize-select dtable-select custom-select', {
103
+ className: (0, _classnames.default)('seatable-customize-select custom-select', {
104
104
  'focus': this.state.isShowSelectOptions
105
105
  }, {
106
106
  'disabled': isLocked
@@ -109,7 +109,13 @@
109
109
  color: var(--bs-icon-color);
110
110
  }
111
111
 
112
- .select-label,
112
+ .select-label {
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ width: 100%;
117
+ }
118
+
113
119
  .seatable-option-group-selector-single-select .select-option-name,
114
120
  .seatable-option-group-selector-multiple-select .multiple-option-name {
115
121
  display: flex;
@@ -10,3 +10,13 @@
10
10
  width: 12px;
11
11
  height: 12px;
12
12
  }
13
+
14
+ .select-dropdown-indicator .dtable-icon-down3 {
15
+ color: var(--bs-icon-color) !important;
16
+ }
17
+
18
+ .select-dropdown-indicator:hover .dtable-icon-down3,
19
+ .select-dropdown-indicator:focus .dtable-icon-down3,
20
+ .select-dropdown-indicator:focus-within .dtable-icon-down3 {
21
+ color: var(--bs-icon-color) !important;
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.7",
3
+ "version": "6.0.110oot.8",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",