mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-24 23:01:18 +08:00
fix(UI): skip button outline visibility (#54210)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
co-authored by
Huyen Nguyen
parent
ccd80da510
commit
420f284435
@@ -15,6 +15,14 @@
|
||||
left: -1000px;
|
||||
}
|
||||
|
||||
.skip-to-content-button:focus {
|
||||
left: 0;
|
||||
@media screen and (min-width: 980px) {
|
||||
.skip-to-content-button:focus {
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 979px) {
|
||||
.skip-to-content-button:focus {
|
||||
left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user