fix(ui): better css for filter input color

This commit is contained in:
Łukasz Mierzwa
2020-08-11 17:28:37 +01:00
committed by Łukasz Mierzwa
parent 11c887e29c
commit 85ea5e14e3

View File

@@ -5,7 +5,7 @@
border-bottom: $border-width solid $filterinput-border;
.bg-inherit {
background-color: inherit;
background-color: unset;
}
}