revert ed33a41ba1
revert Complete 5.1.2: Use transform and opacity for animations
This commit is contained in:
parent
23783257c5
commit
4a9941aa9a
2 changed files with 12 additions and 19 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue