Hi all,
I have a custom highlight for my query suggestions. They display as <li>
elements. But for some reason I can’t seem to change the background color as a person arrows down through the list of suggestions. I’ve tried:
li {
padding: 15px;
&:focus,
&:hover,
&:active {
background: $vallightblue;
}
}
But that doesn’t seem to do the trick. Any help would be greatly appreciated.
Thanks,
Brent