Bug 32261: Add more UI feedback when selecting patron from autocomplete

There is only a tiny change in the color of the selected item, but it's
not obvious.

Test plan:
Regenerate the css files using `yarn build`
Search for patrons and note that the down/up keys let you select a
patron and the background color change.
Note that the background color is not on the container and so is not
similar as the hover rule (when using the mouse). We could change that,
but then the behaviour is weird when you have both the mouse and the
keyboard selecting items in the item list.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-11-18 09:55:06 +01:00 committed by Tomas Cohen Arazi
parent 3ce2f6e700
commit f5d77f1c1d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -2642,6 +2642,9 @@ td.bundle {
.ui-state-active,
.ui-state-focus {
background: #e3f1df none;
color: #212121;
font-weight: normal;
margin: 0;
}
}