-
Notifications
You must be signed in to change notification settings - Fork 9
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
Incorrect color for interactive elements with Gutenberg 15.8 #167
Comments
It seems this might be related to style loading order. Prod styles are inline, whereas local is not and the plugin styles are loading before Gutenberg (even though |
This PR looks to be the cause |
@adamwoodnz What needs to be done here? |
I'm undecided on the way forward. It only seems to affect local dev, where the As such the recommended fix in this PR doesn't work, as the var still gets overridden. Only the So we could ignore it locally, but it would affect any styling work we're doing. Another option which I tried successfully was overriding the var but scoped to only our components, so that we don't affect the global header or footer, for example. Something like:
Seems a reasonable workaround, thoughts? |
I would be tempted to leave it alone although I'm not sure if support will get an update in the redesign. I imagine it will. |
Closing due to low impact and low priority. We can reopen if needed. |
--wp-admin-theme-color
seems to have changed to blueberry, and all the elements using it now don't match the rest of the UIThe text was updated successfully, but these errors were encountered: