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

[Bug] The Options in Select (Form Select) are invisible in dark mode if "custom-select" or "form-control" is used. #7

Closed
t3chn0tr0n opened this issue Jun 21, 2019 · 7 comments · Fixed by #14
Labels
bug Something isn't working

Comments

@t3chn0tr0n
Copy link

Version

Black Dashboard React v1.0.0 based on Black Dashboard - v1.0.0

Reproduction link

https://demos.creative-tim.com/black-dashboard-react/#/documentation/forms

Steps to reproduce

Select 1 2

Now open in browser and see the problem.

What is expected?

All options should be visible without hovering over them.

What is actually happening?

Options are not visible without hover over.


Solution

Additional comments

@einazare
Copy link
Contributor

Hello there @t3chn0tr0n ,

Thank you for your interest in working with our products.
It seems to me that the selects is working as expected, in both dark and white mode:
Screen Shot 2019-06-21 at 9 19 45 AM
Screen Shot 2019-06-21 at 9 19 54 AM

Please provide some more details on the problem.

Best,
Manu

@einazare einazare added the question Further information is requested label Jun 21, 2019
@its-tn10
Copy link

@einazare
I'm not the original person who posted the question, but I've encountered the same issue as well.
I'm currently using the latest version of Firefox on Windows 10, and the documentation for this theme (provided in the first post already) and my environment for development encounters this issue.

Capture
Capture2

@einazare
Copy link
Contributor

einazare commented Jul 1, 2019

Hello there, @t3chn0tr0n , @its-tn10 ,

@its-tn10 , thank you for providing your browser version and OS. I checked and indeed on Windows, the options inside the select are not visible.
To solve it, just add the following code inside your css:

select.form-control option {
   color: #888;
}

Let me know if that worked.

Best,
Manu

@einazare einazare added bug Something isn't working and removed question Further information is requested labels Jul 1, 2019
@its-tn10
Copy link

its-tn10 commented Jul 2, 2019

Yep, the text color changed to a light-grey color and it now works as it should. Thanks!

@t3chn0tr0n
Copy link
Author

Yay its fixed now.
Btw, This dashboard is a great job done!

@einazare einazare reopened this Jul 2, 2019
@einazare
Copy link
Contributor

einazare commented Jul 2, 2019

Hello again, guys,

I will leave this issue opened until I will make a new updated on this product so that I won't forget about it.

Thank you,
Manu

@t3chn0tr0n
Copy link
Author

okay, no problem.

einazare added a commit that referenced this issue Mar 6, 2020
einazare added a commit that referenced this issue Mar 6, 2020
einazare added a commit that referenced this issue Mar 6, 2020
einazare added a commit that referenced this issue Mar 6, 2020
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

Successfully merging a pull request may close this issue.

3 participants