We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dot
I saw a grayish color. Here's my test with Mayland:
In Varia, it's coming from:
hr.wp-block-separator.is-style-dots:before { color: #DDDDDD; font-size: 1.728rem; letter-spacing: 0.83333rem; padding-left: 0.83333rem; }
More info on the separator styles: WordPress/gutenberg#16483
The text was updated successfully, but these errors were encountered:
In case we got reports, looks like this CSS should help for now:
hr.wp-block-separator.is-style-dots.has-text-color:before { color: currentColor; }
Sorry, something went wrong.
I’ll work out a fix for this shortly :-)
allancole
Successfully merging a pull request may close this issue.
Steps to replicate
dot
styleResult
I saw a grayish color. Here's my test with Mayland:
In Varia, it's coming from:
More info on the separator styles: WordPress/gutenberg#16483
The text was updated successfully, but these errors were encountered: