enhance(ux): auto-complete ux with mouse

This commit is contained in:
charlie
2023-03-10 18:11:10 +08:00
committed by Gabriel Horner
parent 652c43f4d8
commit a345f434e3
2 changed files with 19 additions and 11 deletions

View File

@@ -32,6 +32,11 @@
visibility: visible;
}
}
&:not(.chosen):hover {
background-color: unset !important;
color: var(--ls-primary-text-color);
}
}
}
}