-
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 Synced Patterns' color in quick inserter #53327
Conversation
Size Change: +780 B (0%) Total Size: 1.44 MB
ℹ️ View Unchanged
|
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 for the fix @kevin940726 👍
This tests well for me. Unsynced pattern icons are the normal color while synced pattern icons are purple.
I also tested this after removing the additional sync status check and it continued to work as advertised.
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.
After the latest tweak, this is looking good now. Still tests as advertised both manually and via unit tests.
Thanks @kevin940726 👍
What?
Fix #53209. Fix the color for Synced Patterns in the quick inserter.
Why?
Consistency and clear separation.
How?
Use the
{ src, foreground }
syntax for icons.Testing Instructions
pattern
and easy to distinguish between./pattern
and use the Arrow key to navigate through different patterns.Testing Instructions for Keyboard
Follow the same instructions above. Note that this fix changes the visual UI so it's not noticeable if you're only using screen readers.
Screenshots or screencast