fix(filters): always show filter values in a readable color
This commit is contained in:
parent
20e2314128
commit
bf85cb0505
@ -317,6 +317,11 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
|
||||
|
||||
<style lang="scss">
|
||||
.filter-input-highlight {
|
||||
|
||||
&, button.filter-query__date_value {
|
||||
color: var(--card-color);
|
||||
}
|
||||
|
||||
span {
|
||||
&.filter-query__field {
|
||||
color: var(--code-literal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user