@arsedizioni/ars-utils 18.2.458 → 18.2.459
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 +6 -6
- 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 +7 -7
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
|
@@ -100,6 +100,12 @@
|
|
|
100
100
|
|
|
101
101
|
.item:hover {
|
|
102
102
|
background-color: var(--ars-item-hover-background-color, #eaecef);
|
|
103
|
+
|
|
104
|
+
.item-content {
|
|
105
|
+
-webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
|
|
106
|
+
mask-image: linear-gradient(to right, black 85%, transparent 100%);
|
|
107
|
+
}
|
|
108
|
+
|
|
103
109
|
}
|
|
104
110
|
|
|
105
111
|
.item-content {
|
|
@@ -169,12 +175,6 @@
|
|
|
169
175
|
}
|
|
170
176
|
}
|
|
171
177
|
|
|
172
|
-
.item-content:hover {
|
|
173
|
-
-webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
|
|
174
|
-
mask-image: linear-gradient(to right, black 85%, transparent 100%);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
|
|
178
178
|
|
|
179
179
|
.tile:hover {
|
|
180
180
|
background-color: var(--ars-item-hover-background-color, #eaecef);
|