make loading state for table filters not that apparent

This commit is contained in:
Felix Hamann 2019-03-03 11:32:55 +01:00
parent 7df0021fbe
commit 6799ab68d7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.async-table--loading {
opacity: 0.1;
opacity: 0.7;
pointer-events: none;
transition: opacity 400ms ease-in-out;
}

View File

@ -1,5 +1,5 @@
.async-table-filter--loading {
opacity: 0.1;
opacity: 0.7;
pointer-events: none;
transition: opacity 400ms ease-in-out;
}