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.
- package/lib/AsyncUserSelect/index.css +1 -1
- package/lib/DTableCustomizeSelect/index.css +14 -0
- package/lib/DTableFiltersPopover/widgets/filter-list/index.css +2 -2
- package/lib/DTableGroupSelect/index.css +1 -1
- package/lib/DTableGroupSelect/select-option-group.css +3 -3
- package/lib/SelectOptionGroup/index.css +2 -3
- package/package.json +1 -1
|
@@ -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: #
|
|
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:
|
|
336
|
+
margin-right: 4px;
|
|
337
337
|
padding: 0 8px 0 2px;
|
|
338
338
|
font-size: 13px;
|
|
339
339
|
border-radius: 10px;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: center;
|
|
15
15
|
justify-content: space-between;
|
|
16
|
-
padding: 0.25rem 8px
|
|
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
|
|
30
|
-
color: #212529
|
|
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: #
|
|
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
|
|
119
|
+
padding: .375rem 1rem !important;
|
|
121
120
|
}
|