I am trying to change css when the user selects the result using the keyboard (arrow key).
.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus, .ui-menu .ui-menu-item a:active { background:#ff8a00!important; color:#000; border-radius:0; }
However, this css takes effect with the mouse event.

source share