-
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
Fix is-link style to take colors from wp-admin theme. #30823
Conversation
Size Change: -104 B (0%) Total Size: 1.43 MB
ℹ️ View Unchanged
|
box-shadow: | ||
0 0 0 $border-width #5b9dd9, | ||
0 0 var(--wp-admin-border-width-focus) $border-width rgba(30, 140, 190, 0.8); | ||
border-radius: $radius-block-ui; | ||
} |
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.
Why did you remove all these styles? I worry about the impact
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.
Because those styles are from the older wp-admin styles. I don't mean to dismiss the feedback, but it's similar to when the button styles changed from bevelled to flat.
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
Description
is-link
buttons did not get their colors from your wp-admin color theme. This PR fixes that. Before:After:
Previously: #6562
Checklist:
*.native.js
files for terms that need renaming or removal).