fix(website): reduce tooltip transition duration from 0.25s to 0.15s

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 02:20:07 +08:00
parent 49eae1aba3
commit 7be5e77186

View File

@@ -544,7 +544,7 @@ th[data-sort].sort-asc::after {
cursor: pointer;
opacity: 0;
transform: translateY(0.5rem);
transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.15s, color 0.15s;
transition: opacity 0.15s ease, transform 0.15s ease, border-color 0.15s, color 0.15s;
z-index: 50;
}