Commit 81beb5d5 authored by Clement Ho's avatar Clement Ho

Merge branch 'revert-80044bda' into 'master'

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

Closes #48171

See merge request gitlab-org/gitlab-ce!20035
parents 222284a6 14098af3
......@@ -89,11 +89,6 @@ a {
color: $gl-link-color;
}
a:not(.btn):focus,
a:not(.btn):active {
text-decoration: underline;
}
hr {
overflow: hidden;
}
......
......@@ -193,7 +193,6 @@
&:focus {
background: $link-active-background;
color: $gl-text-color;
text-decoration: none;
}
}
......
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