From 8aa2fc4ceb765b59e2306ae545204dec3b40eb5c Mon Sep 17 00:00:00 2001 From: "James D. Rogers" Date: Thu, 28 Mar 2019 20:55:50 +0900 Subject: [PATCH] Fix issue 3714, hide pound icon showing on hover header on docs page (#3850) --- 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;