Commit 61cfe6de authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '28559-remove-active-underline' into 'master'

don't underline clicked links in Notes header

Closes #28559

See merge request !9753
parents f636854c 6cd9a7e2
...@@ -331,6 +331,10 @@ ul.notes { ...@@ -331,6 +331,10 @@ ul.notes {
&:hover { &:hover {
color: $gl-link-color; color: $gl-link-color;
}
&:focus,
&:hover {
text-decoration: none; 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