-
Notifications
You must be signed in to change notification settings - Fork 358
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
Quadrat: Submenu items appear to be the wrong color #4133
Comments
@pbking I just tried again on a fresh site and got the same result. Here's how I did it: Navigation.mp4
|
(Either way, I'd like for us to update the submenu border in your screenshots so it is |
Update: It shouldn't be a matter of how the navigation block is constructed (with __unstableLocation or building it out via FSE) as in both scenarios the Navigation block is doing the rendering... So I'm not sure why the above is happening in the given environment. Delving deeper, just updating my findings thus far. |
Ah HAH! The difference is that the situation in question was using the I can address this with a slight CSS change, however I believe that the correct fix lies in the block. I'll look into both. |
Thanks for tracking that down! |
This item in Gutenberg, once resolved, will eliminate the need for multiple classes. |
Steps to replicate
Result
Expected
Desktop:
Background:
var(--wp--custom--color--background)
Border:
1px solid var(--wp--custom--color--secondary)
Text Color:
var(--wp--custom--color--foreground)
Mobile:
Text Color:
var(--wp--custom--color--foreground)
The text was updated successfully, but these errors were encountered: