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

Removed repetitive background transparency assignment from secondary and tertiary button classes #632

Closed
wants to merge 4 commits into from

Conversation

christiemolloy
Copy link
Member

Fix #494

The buttons have a transparent background assigned by the .pf-c-button class.

I removed the extra background transparency assignment from the secondary and tertiary styles (including hover, focus, active) and now they just inherit the background transparency from the .pf-c-button class.

@patternfly-build
Copy link

patternfly-build commented Aug 21, 2018

Deploy preview for pf-next ready!

Built with commit 06f2a72

https://deploy-preview-632--pf-next.netlify.com

@@ -118,6 +109,8 @@

position: relative;
display: inline-block;
min-width: var(--pf-c-button--MinWidth);
min-height: var(--pf-c-button--MinWidth);
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unrelated to your work but can you update this to be --pf-c-button--minHeight. It was missed on a previous review.

@christiemolloy christiemolloy deleted the issue494 branch August 21, 2018 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants