fix(filter): add white background to filter input

This commit is contained in:
kolaente 2024-03-29 18:07:37 +01:00
parent 2c0d3f2885
commit 767b058915
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
}
.filter-input-highlight {
background: var(--white);
height: 2.5em;
line-height: 1.5;
padding: .5em .75em;