@florid-kit/components 0.4.34 → 0.4.36
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 +5 -0
- package/index.mjs +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -352,6 +352,11 @@
|
|
|
352
352
|
fill: var(--color-alpha-light-strong);
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
+
:host([status="empty"]) .wishlist-button:hover svg path {
|
|
356
|
+
fill: var(--color-content-action-secondary);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
|
|
355
360
|
.sr-only {
|
|
356
361
|
border: 0 !important;
|
|
357
362
|
clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
|
package/index.mjs
CHANGED
|
@@ -1157,6 +1157,11 @@ U.styles = $`
|
|
|
1157
1157
|
fill: var(--color-alpha-light-strong);
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
+
:host([status="empty"]) .wishlist-button:hover svg path {
|
|
1161
|
+
fill: var(--color-content-action-secondary);
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
|
|
1160
1165
|
.sr-only {
|
|
1161
1166
|
border: 0 !important;
|
|
1162
1167
|
clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
|