@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.
Files changed (3) hide show
  1. package/index.js +4 -2
  2. package/index.mjs +4 -2
  3. 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
- :host([status="empty"]) .wishlist-button:hover svg path {
401
- fill: var(--color-content-action-secondary);
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
- :host([status="empty"]) .wishlist-button:hover svg path {
1216
- fill: var(--color-content-action-secondary);
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.21",
3
+ "version": "0.8.22",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",