From: Martijn Cuppens Date: Fri, 20 Mar 2020 08:33:53 +0000 (+0100) Subject: Restore hover text decoration on toc links X-Git-Tag: v5.0.0-alpha1~334^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c11c6b3f0c47629a723c6a7a5c3d3f71827b7f;p=thirdparty%2Fbootstrap.git Restore hover text decoration on toc links --- diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss index d31437edb0..9e7de3c2b9 100644 --- a/site/assets/scss/_toc.scss +++ b/site/assets/scss/_toc.scss @@ -1,4 +1,4 @@ -// stylelint-disable selector-max-type, selector-max-combinators, selector-max-compound-selectors +// stylelint-disable selector-max-type, selector-max-compound-selectors .bd-toc nav { padding-top: .125em; @@ -14,7 +14,7 @@ list-style-type: disc; } - a { + a:not(:hover) { text-decoration: none; }