From 17bea1ba4ab505506281ed5407789624b34032d1 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 6 Oct 2025 11:11:10 +0200 Subject: [PATCH] FEEDBACK Removing undelining when hovering footnote --- resources/css/components/footnote-reference.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/components/footnote-reference.css b/resources/css/components/footnote-reference.css index d45dee8..3dedb53 100644 --- a/resources/css/components/footnote-reference.css +++ b/resources/css/components/footnote-reference.css @@ -2,9 +2,10 @@ color: unset; cursor: pointer; &:hover { - @apply underline underline-offset-8; - text-decoration-thickness: 1px; - @apply decoration-neutral-400; + /* @apply underline underline-offset-8; */ + /* text-decoration-thickness: 1px; + @apply decoration-neutral-400; */ + @apply text-primary; &:after { transform: translate(0px, -2px) scale(1.1);