-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Pagination popups may need explicit background #712
Comments
@metonym |
Interesting. |
(It is always good to use the native |
Did not see the actual cause at first: For inline select components the background is explicitly set to transparent, otherwise it would be fine due to the default background from the .bx--select--inline .bx--select-input {
...
background-color: transparent;
...
} |
Good eye. It might be worth raising this issue in the Carbon repo |
Recorded as carbon-design-system/carbon#9112 |
Without hover the
<select>
has no background, leading to this for the dark themes on Chrome:It works on Firefox but i do not know where that color is from:
The
<Select>
component always has a default background which prevents the problem altogether:The text was updated successfully, but these errors were encountered: