Hey Dashers,
As the title says all; I am looking for suggestions on how to change background color of the selected item in the dropdown list of dmc.Select component.
More specifically I want to change the blue background of the selected item in the below image:
Since I am not confident with my CSS skills, II have experimented with API styles of dmc.Select with no avail.
I am almost sure it must be something like the one below, but I guess I need to find different attribute than :focus
to specify an element is selected.
.mantine-Select-item:focus{
background-color: red !important;
}
Cheers!