mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
fix(website): reduce tooltip transition duration from 0.25s to 0.15s
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user