dtable-ui-component 6.0.110-aik.8 → 6.0.110-aik.9

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.
@@ -40,7 +40,7 @@
40
40
  border: none;
41
41
  border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
42
42
  border-radius: 4px 4px 0 0;
43
- padding: .375rem .5rem !important;
43
+ padding: .375rem 1rem !important;
44
44
  }
45
45
 
46
46
  .dtable-ui-user-select-container .form-control:focus {
@@ -94,3 +94,17 @@
94
94
  font-size: 14px;
95
95
  white-space: nowrap;
96
96
  }
97
+
98
+ .option-group-content .form-control {
99
+ border: none;
100
+ border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
101
+ border-radius: 4px 4px 0 0;
102
+ padding: .375rem 1rem !important;
103
+ height: 32px;
104
+ }
105
+
106
+ .option-group-content .form-control:focus {
107
+ border-color: transparent !important;
108
+ border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
109
+ box-shadow: none !important;
110
+ }
@@ -205,7 +205,7 @@
205
205
  .option-group-dtable-ui-collaborator-selector .option:hover,
206
206
  .option-group-dtable-ui-collaborator-selector .option.option-active {
207
207
  color: #212529;
208
- background-color: #f7f7f7;
208
+ background-color: #f5f5f5;
209
209
  }
210
210
 
211
211
  .dtable-ui-filters-list .dtable-ui-multiple-select-selector .option.option-active .select-option-name,
@@ -333,7 +333,7 @@
333
333
  display: inline-flex;
334
334
  align-items: center;
335
335
  height: 20px;
336
- margin-right: 10px;
336
+ margin-right: 4px;
337
337
  padding: 0 8px 0 2px;
338
338
  font-size: 13px;
339
339
  border-radius: 10px;
@@ -108,7 +108,7 @@
108
108
  border: none;
109
109
  border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
110
110
  border-radius: 4px 4px 0 0;
111
- padding: .375rem .5rem !important;
111
+ padding: .375rem 1rem !important;
112
112
  height: 32px;
113
113
  }
114
114
 
@@ -13,7 +13,7 @@
13
13
  display: flex;
14
14
  align-items: center;
15
15
  justify-content: space-between;
16
- padding: 0.25rem 8px !important;
16
+ padding: 0.25rem 8px;
17
17
  }
18
18
 
19
19
  .group-selector .option .dtable-icon-check-mark {
@@ -26,8 +26,8 @@
26
26
  }
27
27
 
28
28
  .group-selector .option.option-active {
29
- background-color: #f5f5f5 !important;
30
- color: #212529 !important;
29
+ background-color: #f5f5f5;
30
+ color: #212529;
31
31
  cursor: pointer;
32
32
  }
33
33
 
@@ -52,8 +52,7 @@
52
52
  }
53
53
 
54
54
  .option.option-active {
55
- background-color: #20a0ff;
56
- color: #fff;
55
+ background-color: #f5f5f5;
57
56
  cursor: pointer;
58
57
  }
59
58
 
@@ -117,5 +116,5 @@
117
116
 
118
117
 
119
118
  .option-group-selector-single-select .form-control {
120
- padding: .375rem .5rem !important;
119
+ padding: .375rem 1rem !important;
121
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aik.8",
3
+ "version": "6.0.110-aik.9",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",