I found a rare variable?: SelectedItem , and I wonder if it is possible to set a new value for it or I should change in every place that variable is used?
/* Autofill (example: login page) focus item background */
.autocomplete-richlistitem {
&[selected] {
background-color: var(--button-hover-bgcolor) !important;
}
}

ooh, thanks for the information, your knowledge is epic. 🤝