-
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
Fix regression caused by #28395 #28462
Conversation
See comment on #28395 (comment)
Size Change: -230 B (0%) Total Size: 1.37 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.
Small PR, fast work, fixes the issue. Stellar work 👌
Before, notice the difference in blue spot color:
After:
I'd love for a few more people to test this one just as a sanity check, and because i'm not that deep on this corner of the codebase. It doesn't regress the thing the initial PR was meant to fix, does it?
And note to testers: be sure to stop and restart your npm run dev
for the changes to take.
For now though, thanks!
Nope, double-checked the blocks styles and they're OK 👍 |
@aristath, we might miss some changes in the build tooling to watch for changes when CSS files change in the block library. |
Yeah, I saw the discussion in the #core-editor channel on Slack and looked at the watch.js file but I couldn't find an issue there... As long as the edited Is there a ticket for that already somewhere? Do you think it could be related to #28395 (and as a result this PR too)? I haven't noticed any weirdness yet so haven't been able to debug the issue properly... |
Maybe it's the change for the watch mode that @youknowriad added in #23998 then? I don't know what the reason is but since CSS was mentioned I could only think about changes to the block library. |
Just to note, the primary fix here is to the missing variable in the editing canvas. The buggy npm run dev, I think, was an issue even before these efforts. |
Merged this one since it was a pretty small fix and doesn't appear to be related to the npm run dev issue 👍 |
See comment on #28395 (comment)
Description
#28395 caused a small regression. This PR fixes the focus color on selected blocks when using the non-default color-scheme.
How has this been tested?
Midnight
.Types of changes
editor-styles
should not get the vars.Checklist:
My code follows the accessibility standards.My code has proper inline documentation.I've included developer documentation if appropriate.I've updated all React Native files affected by any refactorings/renamings in this PR.cc @jasmussen