Commit 72b344d1 authored by Mahmoud Aglan's avatar Mahmoud Aglan

xfgdjdfj

parent a7a48477
...@@ -805,8 +805,8 @@ code { ...@@ -805,8 +805,8 @@ code {
border-bottom: none; border-bottom: none;
} }
/* Table row entrance animation */ /* Table row entrance animation — only first 10 rows animate staggered */
.data-table tbody tr { .data-table tbody tr:nth-child(-n+10) {
animation: tableRowIn var(--duration-normal) var(--ease-out) backwards; animation: tableRowIn var(--duration-normal) var(--ease-out) backwards;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment