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

Unreadable dropdown. #24

Open
P-Storm opened this issue Aug 13, 2021 · 5 comments
Open

Unreadable dropdown. #24

P-Storm opened this issue Aug 13, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@P-Storm
Copy link

P-Storm commented Aug 13, 2021

Describe the bug
Dropdown color text is not readable in darkmode. See screenshot

To Reproduce
Steps to reproduce the behavior:

  1. Upload the spoiler log
  2. Click on 'dark theme' if not enabled yet.
  3. Click items per page dropdown.
  4. See error

Expected behavior
A color that is readable.

Screenshots
image

Desktop (please complete the following information):

  • Browser: firefox 91.0

Additional context
Maybe it can be fixed with the css:

.css-etlbv9 > option {
    background-color: #171923;
}
@amickael amickael self-assigned this Aug 13, 2021
@amickael amickael added the bug Something isn't working label Aug 13, 2021
@amickael
Copy link
Owner

Can you copy the sharing link and post it here?

@P-Storm
Copy link
Author

P-Storm commented Aug 13, 2021

Spoiler log: https://ootrandomizer.com/spoilers/get?id=856540

Found the line that defined the options:

And it is on the 'all items' tab. And on the live version: https://spoilizer.com/

@amickael
Copy link
Owner

That select component is using the browser's native select. What OS are you running?

@P-Storm
Copy link
Author

P-Storm commented Aug 13, 2021

I'm using Windows 10. The CSS trick that I posted fixes it for firefox.

@amickael
Copy link
Owner

Looks like this is a bug with Chakra UI, the component library I'm using. Will implement fix from here: chakra-ui/chakra-ui#1388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants