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(ui): Dropdown menu arrow border #29402

Merged
merged 1 commit into from
Oct 19, 2021
Merged

Conversation

vuluongj20
Copy link
Member

Make the dropdown menu arrow look more like the hovercard arrow in dark mode.

Before:
Screen Shot 2021-10-18 at 7 19 12 PM

After:
Screen Shot 2021-10-18 at 7 19 29 PM

In light mode it looks the same as it is today.

Make the dropdown menu arrow look more like the hovercard arrow in dark mode.
border-top-color: ${theme.border};
}
&.inverted:after {
border-top-color: ${theme.background};
Copy link
Member Author

Choose a reason for hiding this comment

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

The .inverted part is for when the menu is flipped:
Screen Shot 2021-10-18 at 7 31 08 PM

@vuluongj20 vuluongj20 merged commit 903079e into master Oct 19, 2021
@vuluongj20 vuluongj20 deleted the vuluong/dropdown-menu-arrow branch October 19, 2021 17:22
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants