Skip to content

Commit 33aebdb

Browse files
committed
wrangling sass
1 parent 2d926c8 commit 33aebdb

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/_sass/components/_markdown.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,25 @@ tr.show {
388388
white-space: nowrap;
389389
}
390390

391+
.skiplink {
392+
left: -999px;
393+
position: absolute;
394+
top: auto;
395+
width: 1px;
396+
height: 1px;
397+
overflow: hidden;
398+
}
399+
400+
.skiplink:focus-visible {
401+
border: 4px solid color(secondary);
402+
padding: 2px;
403+
color: color(secondary);
404+
position: static;
405+
width: 200px;
406+
height: auto;
407+
overflow: visible;
408+
}
409+
391410
.device-web-mode,
392411
.device-mobile-mode {
393412
background-color: #e6f5ef;

src/_sass/components/skip-nav.scss

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)