dtable-ui-component 6.0.125-vso.3 → 6.0.125-vso.5

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.
@@ -4,6 +4,7 @@
4
4
  min-height: 38px;
5
5
  max-width: calc(100% - 10px);
6
6
  padding: 0.4375rem 1rem 0.4375rem 0.5rem;
7
+ position: relative;
7
8
  }
8
9
 
9
10
  .dtable-ui-selected-users-container.focus {
@@ -11,7 +12,21 @@
11
12
  }
12
13
 
13
14
  .dtable-ui-selected-users-container .dtable-ui-user-select-placeholder {
14
- color: #808080;
15
+ color: var(--bs-icon-color);
16
+ }
17
+
18
+ .select-dropdown-indicator {
19
+ margin-left: -2px;
20
+ position: absolute;
21
+ right: 16px;
22
+ top: 50%;
23
+ transform: translateY(-50%)
24
+ }
25
+
26
+ .select-dropdown-indicator .multicolor-icon {
27
+ font-size: 12px;
28
+ width: 12px;
29
+ height: 12px;
15
30
  }
16
31
 
17
32
  .dtable-ui-user-select-popover .popover {
@@ -229,7 +229,7 @@ const AsyncUserSelect = _ref => {
229
229
  className: "dtable-ui-user-select-placeholder",
230
230
  children: emptyPlaceholder || (0, _lang.getLocale)('Search_users')
231
231
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
232
- className: "d-inline-flex align-items-center",
232
+ className: "select-dropdown-indicator d-inline-flex align-items-center",
233
233
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
234
234
  symbol: "down",
235
235
  color: "var(--bs-icon-color)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.125vso.3",
3
+ "version": "6.0.125vso.5",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",