@arsedizioni/ars-utils 18.2.92 → 18.2.93
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/clipper.ui/ui/clipper.scss +11 -20
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
background-color: var(--ars-primary, #00a293);
|
|
19
19
|
color: var(--ars-color-text-low, #e0e2e5);
|
|
20
20
|
}
|
|
21
|
+
|
|
21
22
|
.clipper-selection-icon-button:hover {
|
|
22
23
|
background-color: var(--ars-primary-hi, #12c0ae);
|
|
23
24
|
}
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
.items-footer {
|
|
77
78
|
padding-top: 10px;
|
|
78
79
|
|
|
79
|
-
}
|
|
80
|
+
}
|
|
80
81
|
|
|
81
82
|
|
|
82
83
|
.item {
|
|
@@ -225,31 +226,21 @@
|
|
|
225
226
|
text-transform: uppercase;
|
|
226
227
|
}
|
|
227
228
|
|
|
228
|
-
|
|
229
|
-
.check {
|
|
229
|
+
.buttons {
|
|
230
230
|
position: absolute;
|
|
231
231
|
left: 0;
|
|
232
232
|
top: 0;
|
|
233
233
|
height: 42px;
|
|
234
|
-
width: 42px;
|
|
235
|
-
background-color: var(--ars-primary, #00a293);
|
|
236
|
-
color: var(--ars-color-text-low, #e0e2e5);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.check-selected {
|
|
240
|
-
background-color: var(--ars-primary-hi, #12c0ae);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.read {
|
|
244
|
-
position: absolute;
|
|
245
|
-
left: 0;
|
|
246
|
-
top: 50px;
|
|
247
|
-
height: 42px;
|
|
248
|
-
width: 42px;
|
|
249
|
-
background-color: var(--ars-primary, #00a293);
|
|
250
|
-
color: var(--ars-color-text-low, #e0e2e5);
|
|
251
234
|
|
|
235
|
+
.check,
|
|
236
|
+
.read {
|
|
237
|
+
background-color: var(--ars-primary, #00a293);
|
|
238
|
+
color: var(--ars-color-text-low, #e0e2e5);
|
|
239
|
+
}
|
|
252
240
|
|
|
241
|
+
.check-selected {
|
|
242
|
+
background-color: var(--ars-primary-hi, #12c0ae);
|
|
243
|
+
}
|
|
253
244
|
}
|
|
254
245
|
}
|
|
255
246
|
|