Skip to content

Commit

Permalink
Fix issue 3714, hide pound icon showing on hover header on docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
jd2rogers2 committed Mar 27, 2019
1 parent 586bf78 commit 90e7c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/css/style.css
Expand Up @@ -146,6 +146,7 @@ a.direct-link {
text-indent: -60px;
transform: translateX(-100%);
width: 30px;
overflow: hidden;
}

:hover > a.direct-link {
Expand Down

0 comments on commit 90e7c50

Please sign in to comment.