-
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
Match color of the focus template view with site dark material #48430
Conversation
Size Change: +3 B (0%) Total Size: 1.33 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.
Nice, this makes the transition from browsing to editing a little bit smoother.
We still need to fix the height of template parts when browsing though 🙈
Flaky tests detected in 2468feb. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4284235848
|
I just cherry-picked this PR to the wp/6.2 branch to get it included in the next release: 598f923 |
What?
One minor SCSS change to adapt the background color of the focused template view with the same color as the dark material within the Site Editor. cc @jameskoster
Why?
Matching the colors will help with transitioning into the different focused states within the Site Editor.
How?
Changing the currently used
$gray-800
togray-900
.Testing Instructions
Screenshots or screencast
Before:
![CleanShot 2023-02-24 at 19 10 01](https://user-images.githubusercontent.com/1813435/221257848-d57f41ac-4dc4-4bb8-8ea3-117f8b13bb1e.png)
After: