Fix underline in UI-autocomplete

This commit is contained in:
rubenwardy 2023-08-22 20:12:52 +01:00
parent 9df80d212e
commit e99dbda126

@ -22,6 +22,7 @@
display: block; display: block;
padding: 0.3em 0.5em !important; padding: 0.3em 0.5em !important;
margin: 0 !important; margin: 0 !important;
text-decoration: none !important;
} }
a:hover, a:focus, li:focus a { a:hover, a:focus, li:focus a {