@arsedizioni/ars-utils 18.2.458 → 18.2.460

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.
@@ -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);