Summary
What a re the css style elements for select box?
In this case the hover is inverse to the background one the control, but font color does not change, so invisible when the hover bar is over the selection.
Tried some styles from base-web
div[data-baseweb="select"] ul li:hover {
background-color: #f7b2a5; /* change to desired bar color */
color: white; /* change to desired text color */
}
However this does not affect the style here.
Steps to reproduce
Code snippet from config.toml:
[theme]
base="dark"
primaryColor="#778899"
backgroundColor="#FFFFFF"
secondaryBackgroundColor="#2d408d"
textColor="#2d408d"
font="sans serif"