Skip to content
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

ISBAT have consistent component styling in WordPress 5.3 #1056

Merged
merged 11 commits into from
Nov 6, 2019

Conversation

AnthonyLedesma
Copy link
Member

@AnthonyLedesma AnthonyLedesma commented Oct 22, 2019

Adjust styling for Dimensions Control components so that they resemble core style. By removing color specificity, core is able to set the color scheme.

I will review all components UI to look for changes needed for 5.3

@AnthonyLedesma AnthonyLedesma added wp 5.3 [Type] Code Quality Relevant to improving the quality of our code labels Oct 22, 2019
@AnthonyLedesma AnthonyLedesma self-assigned this Oct 22, 2019
@AnthonyLedesma
Copy link
Member Author

Changed CSS for components to use less color specificity colors should be provided from GB/core.

Inspiration for changes came from https://github.com/WordPress/gutenberg/blob/master/packages/components/src/button/style.scss

@AnthonyLedesma AnthonyLedesma marked this pull request as ready for review October 22, 2019 21:04
@AnthonyLedesma
Copy link
Member Author

A few components have the new style in 5.2.4 when GB is not active. Those are the Dimensions Controls, Responsive Tabs Controls, and Grid Controls. The other components correctly inherit the color from core/GB.

@AnthonyLedesma
Copy link
Member Author

image

image

image

@jrtashjian jrtashjian added this to the Next Release milestone Oct 31, 2019
Copy link
Contributor

@richtabor richtabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lookin good.

@richtabor
Copy link
Contributor

@paranoia1906 let's do one more quick run-through to make sure we've got them all. Then it's good for merge.

@AnthonyLedesma
Copy link
Member Author

Looks good with and without GB running.
Looks good with 5.3 RC4 and 5.2.4.

@richtabor richtabor merged commit 094ccce into master Nov 6, 2019
@richtabor richtabor deleted the consistent-component-styling-53 branch November 6, 2019 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Code Quality Relevant to improving the quality of our code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent component styling for WordPress 5.3
3 participants