fix: quick actions arrow key navigation in dark mode

This commit is contained in:
kolaente 2022-07-19 17:04:35 +02:00
parent 62bbffb17e
commit f5bb697032
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -526,7 +526,7 @@ export default defineComponent({
.result { .result {
&-title { &-title {
background: var(--grey-50); background: var(--grey-100);
padding: .5rem; padding: .5rem;
display: block; display: block;
font-size: .75rem; font-size: .75rem;
@ -549,7 +549,7 @@ export default defineComponent({
cursor: pointer; cursor: pointer;
&:focus, &:hover { &:focus, &:hover {
background: var(--grey-50); background: var(--grey-100);
box-shadow: none !important; box-shadow: none !important;
} }