Fix blinking cell borders for running tasks

pull/98/head
MMP0 2023-08-01 15:50:10 +09:00
parent 487e4ff32c
commit 25b8844fac
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -41,6 +41,9 @@
.ag-cell.task-running {
@apply !text-blue-500;
}
.ag-cell.task-running > .ag-cell-wrapper {
animation: 1s blink ease infinite;
}