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
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

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