-
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
Border Panel: Move global styles forcing of split borders to relevant panel's onChange #49603
Conversation
Size Change: +2.86 kB (0%) Total Size: 1.35 MB
ℹ️ View Unchanged
|
Flaky tests detected in 6aadf4c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4626962564
|
Also prevents attempting to encode flat color for border object that is undefined.
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.
LGTM 👍 Thanks for making these updates.
Fixes: #49594
What?
Prior to #48636, only the Global Styles would force a split definition of border styles. This PR moves that logic to the Global Styles' border panel's
onChange
thereby restoring the original behaviour of the individual block border supports.Why?
Forcing split borders results in bloated CSS as every longhand style is added individually to a block's inline styles.
How?
onBorderChange
in the genericBorderPanel
to theonChange
of the Global Styles'BorderPanel
.Testing Instructions
Screenshots or screencast