From f26be9d13fb454574b5491c684acb962149c0cd3 Mon Sep 17 00:00:00 2001 From: jd2rogers2 Date: Wed, 27 Mar 2019 22:20:12 +0900 Subject: [PATCH] Remove pound icon showing on header hover on docs #3714 --- .eleventy.js | 2 +- docs/css/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 934e19bb89..cedf95f26a 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -21,7 +21,7 @@ module.exports = function(eleventyConfig) { permalink: true, permalinkBefore: true, permalinkClass: 'direct-link', - permalinkSymbol: '#' + permalinkSymbol: '' }); markdown.use(require('markdown-it-attrs'), { diff --git a/docs/css/style.css b/docs/css/style.css index 5cd4d70a1b..0459faf7ea 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -146,6 +146,7 @@ a.direct-link { text-indent: -60px; transform: translateX(-100%); width: 30px; + min-height: 1.55em; } :hover > a.direct-link {