From 1eecd9bd46990cfa813d91f42bf2c626e2140652 Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Wed, 20 Dec 2017 19:31:52 +0100 Subject: [PATCH] Doc: Hid permalinks to table captions. --- doc/theme/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/theme/css/custom.css b/doc/theme/css/custom.css index f1dcf0a..e178af6 100644 --- a/doc/theme/css/custom.css +++ b/doc/theme/css/custom.css @@ -83,3 +83,12 @@ span[id*="MathJax-Span"] { font-size: 116%; } +/* Hide permalinks on captions */ +caption a.headerlink { + visibility: hidden; +} + +caption:hover a.headerlink { + visibility: visible; +} + -- GitLab