revert Complete 5.1.2: Use transform and opacity for animations
This commit is contained in:
vinny 2025-09-30 19:01:59 -04:00
parent 23783257c5
commit 4a9941aa9a
2 changed files with 12 additions and 19 deletions

View file

@ -1314,12 +1314,11 @@
text-decoration: none;
font-weight: 600;
z-index: 1000;
transition: transform 0.2s ease;
transform: translateY(0);
transition: top 0.2s ease;
}
.skip-link:focus {
transform: translateY(46px);
top: 6px;
}
/* Mobile-specific skip link only shown on mobile */