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

fix(popovers): Fix color issue with bottom popover #1026

Merged
merged 1 commit into from
May 22, 2018

Conversation

AdamJ
Copy link
Member

@AdamJ AdamJ commented Apr 18, 2018

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

  • Update the triangle on the top of popovers to be grey, in order to match the title background.

Rawgit: https://rawgit.com/mindreeper2420/patternfly/issue-1014-dist/dist/tests/popovers.html

screen shot 2018-04-18 at 10 54 11 am
screen shot 2018-04-18 at 10 54 16 am
screen shot 2018-04-18 at 10 54 23 am
screen shot 2018-04-18 at 10 54 28 am

PR checklist (if relevant)

  • Cross browser: works in IE9
  • Cross browser: works in IE10
  • Cross browser: works in IE11
  • Cross browser: works in Edge
  • Cross browser: works in Chrome
  • Cross browser: works in Firefox
  • Cross browser: works in Safari
  • Cross browser: works in Opera
  • Responsive: works in extra small, small, medium and large view ports.
  • Preview the PR: An image or a URL for designer to preview this PR is provided.

Copy link
Contributor

@matthewcarleton matthewcarleton left a 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?

@AdamJ
Copy link
Member Author

AdamJ commented Apr 19, 2018

Which numbers need to be replaced with variables? I'm not seeing any in the variables.less file that apply?

@matthewcarleton
Copy link
Contributor

@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 :)

@AdamJ
Copy link
Member Author

AdamJ commented Apr 22, 2018

@matthewcarleton variables added - let me know if I missed any! :)

Copy link
Contributor

@matthewcarleton matthewcarleton left a 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.

@AdamJ
Copy link
Member Author

AdamJ commented Apr 23, 2018

@matthewcarleton all set - added a variable for the top position.

Copy link
Contributor

@matthewcarleton matthewcarleton left a 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>
@AdamJ
Copy link
Member Author

AdamJ commented May 14, 2018

@matthewcarleton
Copy link
Contributor

@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?

@jeff-phillips-18 jeff-phillips-18 merged commit 0fdd467 into patternfly:master May 22, 2018
jeff-phillips-18 added a commit to jeff-phillips-18/patternfly-3 that referenced this pull request May 23, 2018
Some RCUE sass files were not generated due to the timing of the rcue addition and modifications
made in patternfly#1026
matthewcarleton added a commit that referenced this pull request May 23, 2018
fix(rcue): Adds missed changes to RCUE sass files from #1026
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.

update popover on bottom with title
3 participants