-
Notifications
You must be signed in to change notification settings - Fork 239
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(popovers): Fix color issue with bottom popover #1026
Conversation
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.
looks good 👍 can you replace the magic numbers with variables?
Which numbers need to be replaced with variables? I'm not seeing any in the |
@mindreeper2420 you will need to create new variables for each. You'll see in the variables file there are component specific variables. We can talk about it if that is helpful, just let me know :) |
@matthewcarleton variables added - let me know if I missed any! :) |
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.
Looks great, I would also add the value for the top position.
@matthewcarleton all set - added a variable for the top position. |
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!
Fix the bottom popover styling issue where the triangle is white, rather than grey to match the title background. fixes patternfly/patternfly#1014 Co-authored-by: Matthew Carleton <mcarleton@redhat.com>
@mindreeper2420 I'm good with this, but I can't approve b/c of reasons unknown to me. @andresgalante do you want to take a look and merge if it's ok? |
Some RCUE sass files were not generated due to the timing of the rcue addition and modifications made in patternfly#1026
fix(rcue): Adds missed changes to RCUE sass files from #1026
Description
Fix the bottom popover styling issue where the triangle is white, rather than grey to match the title background.
fixes patternfly/patternfly#1014
Changes
Write a list of changes the PR introduces
Rawgit: https://rawgit.com/mindreeper2420/patternfly/issue-1014-dist/dist/tests/popovers.html
PR checklist (if relevant)