Commit b94c216a authored by Kushal Pandya's avatar Kushal Pandya

Add a11y class for top-level shortcut for Screen Readers

parent 11ba759d
......@@ -376,3 +376,20 @@ table {
}
.hide-bottom-border { border-bottom: none !important; }
.gl-accessibility {
&:focus {
top: 1px;
left: 1px;
width: auto;
height: 100%;
line-height: 50px;
padding: 0 10px;
clip: auto;
text-decoration: none;
color: $gl-title-color;
background: $gray-light;
z-index: 1;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment