-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Template Editor: Change color of welcome dialog close icon so it is visible against black background #37435
Conversation
Size Change: +74 B (0%) Total Size: 1.13 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 @glendaviesnz
✅ The close icon color is updated to white for the template editor welcome dialog
❓ This also impacts the welcome dialog for the post editor, is that intended?
2b821da
to
7acca8f
Compare
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.
I've retested this and the icon color change now only applies to the template editor welcome 👍
Regarding your question on hover state, it will be a trivial change to add something that perhaps drops the brightness of the icon on hover e.g. filter: brightness(0.85);
so I think that can be tweaked later if needed.
7acca8f
to
13fca97
Compare
Description
The default color of the close icon is dark grey, so it is barely visible against the black background of the template editor welcome dialog, so this PR changes the color of the icon to white.
Fixes: #37399
How to test
Screenshots
Before:
After: