Skip to content

Commit

Permalink
Remove pound icon showing on header hover on docs #3714
Browse files Browse the repository at this point in the history
  • Loading branch information
jd2rogers2 committed Mar 27, 2019
1 parent 586bf78 commit f26be9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Expand Up @@ -21,7 +21,7 @@ module.exports = function(eleventyConfig) {
permalink: true,
permalinkBefore: true,
permalinkClass: 'direct-link',
permalinkSymbol: '#'
permalinkSymbol: '<span></span>'
});

markdown.use(require('markdown-it-attrs'), {
Expand Down
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;
min-height: 1.55em;
}

:hover > a.direct-link {
Expand Down

0 comments on commit f26be9d

Please sign in to comment.