-
Notifications
You must be signed in to change notification settings - Fork 2k
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
W logo visually broken in the editor #51740
Comments
Looking at WordPress/gutenberg#29888, it seems like these border hover styles are working as expected
This definitely seems buggy, I'm going to take some time to reproduce and potentially fix |
Aight! Thanks for digging up the PR for hover styles. :-) |
I can reproduce this consistently. The issue is indeed related to ETK code, in particular to some higher-specificity rules that override some of the styles set in ETK for that button: sidenav-logo-position-override.mp4The good news is that #51477 already fixes this issue, by making the container @simison, since @creativecoder is AFK for the next days, I am happy to merge #51477 on his behalf. What do you think? |
Yep, sounds good. Grant is also off from gardening so someone should take the work over anyway. Thanks again! |
In the editor, the W logo is visually broken:
I don't remember seeing this border on hover before — I think the whole area just used to have brighter color on hover:
And when I open the drawer, site title/logo breaks up, and border around logo remains visible:
I believe the code for side nav is here: https://github.com/Automattic/wp-calypso/tree/714324a537c380b2d6135c95af9838b25247229b/apps/editing-toolkit/editing-toolkit-plugin/wpcom-block-editor-nav-sidebar
Themes I tested:
Plugins:
Gutenberg: v10.3.1-with-autocomplete-fix
CoBlocks: 2.5.3
Editing Toolkit: 3.3976
WP AMP: 1.4.2
The text was updated successfully, but these errors were encountered: