-
Notifications
You must be signed in to change notification settings - Fork 4.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
Fix missing selected block highlighting in list view #24609
Conversation
Size Change: +131 B (0%) Total Size: 1.16 MB
ℹ️ View Unchanged
|
Should this highlight the block that the cursor is currently in? If yes, it's not doing it when tested. - Chrome |
@ntsekouras Thanks for testing. Yep, the icon for the block should display with a black background. Maybe the style is too subtle: It's also a little easy to confuse with the blue border, which is the focus ring. |
Yes. I had in mind to look for focus ring :)
IMO it might be yes, especially with black/white only contrast. You might miss that and think a selected icon is the actual icon. But this might be for another follow up issue/discussion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍 !
Thanks @ntsekouras, I made a new issue about the design - #24617. |
* Add back missing style for selected block in list view * Override selected style on navigation screen
Description
Fixes #24520
#22996 accidentally removed the styles for selected blocks in list view. As mentioned in the PR description, this wasn't intended to have any effect on the post editor, only the experimental navigation editor screen.
I've added those styles back and also added some styles for the navigation screen that remove the highlight only on that screen.
How has this been tested?
Post editor
Nav Screen
Screenshots
Post editor
Nav Screen
Types of changes
Checklist: