pollcatch 2.1.14 → 2.1.15
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/package.json +1 -1
- package/pc.js +1 -1
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -3366,7 +3366,7 @@ const Uo = F`
|
|
|
3366
3366
|
}
|
|
3367
3367
|
|
|
3368
3368
|
.star:not(.view-mode):hover {
|
|
3369
|
-
color: var(--pc-star-color, var(--default-star-color));
|
|
3369
|
+
color: var(--pc-star-hover-color, var(--pc-star-color, var(--default-star-color)));
|
|
3370
3370
|
transform: scale(var(--pc-stars-hover-scale, var(--default-stars-hover-scale)));
|
|
3371
3371
|
z-index: 10;
|
|
3372
3372
|
text-shadow: var(--pc-stars-hover-shadow, var(--default-stars-hover-shadow));
|