perf: optimize remaining core tests

This commit is contained in:
Peter Steinberger
2026-04-17 16:04:50 +01:00
parent 310b5e4f6a
commit 48aa076d12
17 changed files with 547 additions and 88 deletions

View File

@@ -82,7 +82,10 @@ html.dark .nav-tabs-underline {
border-radius: 8px;
background: color-mix(in oklab, rgb(var(--primary)) 4%, transparent);
text-decoration: none;
transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
transition:
transform 0.16s ease,
border-color 0.16s ease,
background 0.16s ease;
}
.showcase-actions a:first-child {