Commit 6db289ab authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix indentation

parent 4edc0f19
...@@ -378,18 +378,17 @@ table { ...@@ -378,18 +378,17 @@ table {
.hide-bottom-border { border-bottom: none !important; } .hide-bottom-border { border-bottom: none !important; }
.gl-accessibility { .gl-accessibility {
&:focus {
&:focus { top: 1px;
top: 1px; left: 1px;
left: 1px; width: auto;
width: auto; height: 100%;
height: 100%; line-height: 50px;
line-height: 50px; padding: 0 10px;
padding: 0 10px; clip: auto;
clip: auto; text-decoration: none;
text-decoration: none; color: $gl-title-color;
color: $gl-title-color; background: $gray-light;
background: $gray-light; z-index: 1;
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