I want to style dropdown lists for my enumfields, I managed to find a way to style everything with the use of stylesheats, except for the background color on *dropdown__item:hover.
When I look into the debugger it says that the blue backgroud color is from a stylesheat, but I have a different one set up. It looks like there’s some default style that I fail to override.
This is the stylesheat for :hover state.
Does anybody know how to set the background color for this?
Thanks in advance