From 90e7c507f1cdb7c9b39d13b247ee3d458e71f616 Mon Sep 17 00:00:00 2001 From: jd2rogers2 Date: Thu, 28 Mar 2019 08:46:05 +0900 Subject: [PATCH] Fix issue 3714, hide pound icon showing on hover header on docs page --- docs/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/css/style.css b/docs/css/style.css index 5cd4d70a1b..1b0fd21471 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; + overflow: hidden; } :hover > a.direct-link {