From 71b996d70f4444c6c3a5351a2f3c69b03c9bf5a7 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:16:48 +0200 Subject: [PATCH] UX: remove specific href styling (#25183) --- app/assets/stylesheets/common/components/buttons.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/components/buttons.scss b/app/assets/stylesheets/common/components/buttons.scss index 30c3e00874f..3049673456e 100644 --- a/app/assets/stylesheets/common/components/buttons.scss +++ b/app/assets/stylesheets/common/components/buttons.scss @@ -73,12 +73,7 @@ @include darken-background($hover-bg-color, 0.1); } } - &[href] { - color: $text-color; - &:focus { - color: $hover-text-color; - } - } + .discourse-no-touch &:active:not(:hover):not(:focus), .discourse-no-touch &.btn-active:not(:hover):not(:focus), &:active:not(:hover):not(:focus),