Commit 14098af3 authored by Clement Ho's avatar Clement Ho

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

This reverts merge request !19873
parent abc6be62
...@@ -89,11 +89,6 @@ a { ...@@ -89,11 +89,6 @@ a {
color: $gl-link-color; color: $gl-link-color;
} }
a:not(.btn):focus,
a:not(.btn):active {
text-decoration: underline;
}
hr { hr {
overflow: hidden; overflow: hidden;
} }
......
...@@ -193,7 +193,6 @@ ...@@ -193,7 +193,6 @@
&:focus { &:focus {
background: $link-active-background; background: $link-active-background;
color: $gl-text-color; 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