Skip to content

Commit e7da699

Browse files
committed
fix: turn animation off
1 parent 34b05a7 commit e7da699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/PaginatedTable/PaginatedTable.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
}
182182

183183
&__row-skeleton::after {
184-
animation: none;
185-
animation-delay: 200ms;
184+
animation: none !important;
186185
}
187186
}

0 commit comments

Comments
 (0)