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 {
|
.async-table--loading {
|
||||||
opacity: 0.1;
|
opacity: 0.7;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: opacity 400ms ease-in-out;
|
transition: opacity 400ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.async-table-filter--loading {
|
.async-table-filter--loading {
|
||||||
opacity: 0.1;
|
opacity: 0.7;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: opacity 400ms ease-in-out;
|
transition: opacity 400ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user