-
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
Update border color on color panel items #42283
Conversation
Size Change: +337 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
Rebased. Just a small PR to use consistent color vars. |
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 one. Want to also update the 2px border radius to reference $radius-block-ui while you're here? :)
Flaky tests detected in e280942. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4430805321
|
What?
The color panel buttons use a slightly different border color than throughout the rest of the sidebar. Just tightening up the interface by using the
$gray-300
value instead ofrgba(0, 0, 0, 0.1)
.How?
Small style tweak
Testing Instructions
Screenshots