fix: quick actions arrow key navigation in dark mode
This commit is contained in:
parent
62bbffb17e
commit
f5bb697032
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue