Revert "Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'"

This reverts merge request !19873
This commit is contained in:
Clement Ho 2018-06-20 14:55:58 +00:00
parent abc6be62a0
commit 14098af372
2 changed files with 0 additions and 6 deletions

View file

@ -89,11 +89,6 @@ a {
color: $gl-link-color;
}
a:not(.btn):focus,
a:not(.btn):active {
text-decoration: underline;
}
hr {
overflow: hidden;
}

View file

@ -193,7 +193,6 @@
&:focus {
background: $link-active-background;
color: $gl-text-color;
text-decoration: none;
}
}