From 7be5e771861239460e5d90f6b6ab085865112f3f Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 02:20:07 +0800 Subject: [PATCH] fix(website): reduce tooltip transition duration from 0.25s to 0.15s Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 062263d8..28cf3602 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -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; }