It's not possible to change the hover status of the paper items within paper-autocomplete.
As a fix I applied:
paper-item:hover,
:host ::slotted(paper-item:hover) {
background: #eee;
color: #333;
cursor: pointer;
@apply --suggestions-item-hover;
}
This is added to paper-autocomplete-suggestions.html
It's not possible to change the hover status of the paper items within paper-autocomplete.
As a fix I applied:
paper-item:hover,
:host ::slotted(paper-item:hover) {
background: #eee;
color: #333;
cursor: pointer;
@apply --suggestions-item-hover;
}
This is added to paper-autocomplete-suggestions.html