fix(filter): add white background to filter input
This commit is contained in:
parent
2c0d3f2885
commit
767b058915
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user