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
When a color swatch is selected on a field, the selected ring is not visible until the user clicks on something else and it looses focus.
This issue is caused by Focus visible #10058 part of the Craft CMS 3.7.20 - 2021-11-06 release.
Possible fix would be to update ColourSwatches.css (line 58) from .color-swatches button.active { to
.color-swatches button.active {
.reduce-focus-visibility .color-swatches button.active, .color-swatches button.active {
The text was updated successfully, but these errors were encountered:
Same as #72
Sorry, something went wrong.
Apologies! dont know how I didn't see that edit: I see, #72 was closed and you’ve repoened it. Thank you!
correct @circa1983 , working on a quick fix for this that I'll push out shortly :)
No branches or pull requests
When a color swatch is selected on a field, the selected ring is not visible until the user clicks on something else and it looses focus.
This issue is caused by Focus visible #10058 part of the Craft CMS 3.7.20 - 2021-11-06 release.
Possible fix would be to update ColourSwatches.css (line 58) from
.color-swatches button.active {
toThe text was updated successfully, but these errors were encountered: