From d63ca7279d114dd23f64d6b25dabbbfbfd3ebc8e Mon Sep 17 00:00:00 2001 From: jd2rogers2 Date: Thu, 28 Mar 2019 16:54:07 +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..dd60370a30 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -141,6 +141,7 @@ a.direct-link { background: url(../images/link-icon.svg) center center no-repeat; background-size: auto 60%; opacity: 0; + overflow: hidden; position: absolute; text-decoration: none; text-indent: -60px;