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

Add down caret to Chart dropdown #1763

Open
pavel-lens opened this issue Jun 6, 2020 · 2 comments
Open

Add down caret to Chart dropdown #1763

pavel-lens opened this issue Jun 6, 2020 · 2 comments

Comments

@pavel-lens
Copy link

It's hard to spot that this element (see screenshot) is actually a dropdown. A small caret on the right side, as usual dropdown has, would help recognize it.

https://explorer.dcrdata.org/charts?chart=privacy-participation&zoom=jzuht6o0-kb1fzeo0&bin=day&axis=time&visibility=true-false

Screenshot 2020-06-06 at 09 14 09

@sbulhoesspiria
Copy link

This is due to the -webkit-appearance:none style on all select element meaning that all dropdowns aren't showing the default caret.

@ukane-philemon
Copy link
Contributor

ukane-philemon commented Dec 27, 2022

@chappjc, -moz-appearance: none & -webkit-appearance:none styles on all select elements cause them to not show the default dropdown caret.

I'd like to know why we chose not to use the default dropdown caret(IMO it looks good), and also why we decided to show the caret for only a few chosen select elements. I think it is good UX if the dropdown caret is shown when there are select options.

Default
Screenshot 2022-12-28 at 12 14 32 AM

Custom
Screenshot 2022-12-28 at 12 15 14 AM

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

No branches or pull requests

3 participants