Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG Star Rating has Ugly Border #337

Closed
beatricelucaci opened this issue Sep 26, 2022 · 1 comment
Closed

SVG Star Rating has Ugly Border #337

beatricelucaci opened this issue Sep 26, 2022 · 1 comment

Comments

@beatricelucaci
Copy link

Describe the bug
One of the recent updates has changed the rating stars to an SVG, which would look good but there is a small black border applied to them, leading to an ugly appearance.

Line 116 of the plugin CSS shows:

.strong-rating-wrapper .star svg path {
fill: #FFB900;
stroke: #000;
stroke-width: 6;
}
This stroke should be removed by default in my opinion.
Please see the site I have linked to – the reviews are at the bottom.
I am viewing it in Chrome.

https://wordpress.org/support/topic/svg-star-rating-has-ugly-border/

@giucu91 giucu91 added this to the 3.1.8 milestone Jul 5, 2023
@TeoAlex
Copy link
Contributor

TeoAlex commented Jul 5, 2023

d084406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants