make loading state for table filters not that apparent
This commit is contained in:
parent
7df0021fbe
commit
6799ab68d7
@ -1,5 +1,5 @@
|
||||
.async-table--loading {
|
||||
opacity: 0.1;
|
||||
opacity: 0.7;
|
||||
pointer-events: none;
|
||||
transition: opacity 400ms ease-in-out;
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.async-table-filter--loading {
|
||||
opacity: 0.1;
|
||||
opacity: 0.7;
|
||||
pointer-events: none;
|
||||
transition: opacity 400ms ease-in-out;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user