mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00: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:
parent
49eae1aba3
commit
7be5e77186
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue