From b6f84d7c669ee0f9abe752293c189701c7d64f69 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Sat, 7 Sep 2019 14:35:33 +0100 Subject: [PATCH] Fix inconsistent link underlining --- app/javascript/styles/mastodon/components.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 7ec5b4260..a9fa6bd40 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -324,12 +324,6 @@ color: $lighter-text-color; font-weight: 500; text-decoration: underline; - - &:hover, - &:active, - &:focus { - text-decoration: none; - } } } @@ -801,13 +795,9 @@ } &.mention { - &:hover { - text-decoration: none; - span { text-decoration: underline; } - } } .fa {