From c8b113693eba73e011ae1d5f6343a08ca6202188 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 13 Oct 2023 13:36:42 +0200 Subject: [PATCH] fix(docs): restore underline behavior on dt links Co-authored-by: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> --- client/src/document/index.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/client/src/document/index.scss b/client/src/document/index.scss index 0a222a2c21d9..5c0c42b985c0 100644 --- a/client/src/document/index.scss +++ b/client/src/document/index.scss @@ -146,19 +146,15 @@ margin-top: 2rem; a { - &:link, - &:visited { - text-decoration: none; - } - - &:hover, - &:focus { - text-decoration: underline; - } - &[href^="#"] { color: inherit; position: relative; + text-decoration: none; + + &:hover, + &:focus { + text-decoration: underline; + } &:hover::before { color: var(--text-inactive);