Dropdown CSS properties

Nevermind. Finally found thanks to code inspection. I just added that in my stylesheet.

.Select-control .Select-input:focus {
    background: none !important;
}
2 Likes