@florid-kit/components 0.8.21 → 0.8.22
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/index.js +4 -2
- package/index.mjs +4 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -397,8 +397,10 @@
|
|
|
397
397
|
fill: var(--color-alpha-light-strong);
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
:
|
|
401
|
-
|
|
400
|
+
@media (hover: hover) and (pointer: fine) {
|
|
401
|
+
:host([status="empty"]) .wishlist-button:hover svg path {
|
|
402
|
+
fill: var(--color-content-action-secondary);
|
|
403
|
+
}
|
|
402
404
|
}
|
|
403
405
|
|
|
404
406
|
.sr-only {
|
package/index.mjs
CHANGED
|
@@ -1212,8 +1212,10 @@ J.styles = g`
|
|
|
1212
1212
|
fill: var(--color-alpha-light-strong);
|
|
1213
1213
|
}
|
|
1214
1214
|
|
|
1215
|
-
:
|
|
1216
|
-
|
|
1215
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1216
|
+
:host([status="empty"]) .wishlist-button:hover svg path {
|
|
1217
|
+
fill: var(--color-content-action-secondary);
|
|
1218
|
+
}
|
|
1217
1219
|
}
|
|
1218
1220
|
|
|
1219
1221
|
.sr-only {
|