From d07b2944dbbe4877311a68b3960c04b0173957f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Nov 2020 15:11:57 +0100 Subject: Fix comment account external URL It did not work, and I think it's better to target the local account page anyway --- .../app/+videos/+video-watch/comment/video-comment.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/+videos/+video-watch/comment/video-comment.component.scss') diff --git a/client/src/app/+videos/+video-watch/comment/video-comment.component.scss b/client/src/app/+videos/+video-watch/comment/video-comment.component.scss index 61fd24c70..f6ff376b9 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/+videos/+video-watch/comment/video-comment.component.scss @@ -71,6 +71,10 @@ @include disable-default-a-behaviour; color: pvar(--mainForegroundColor); + + &:hover { + text-decoration: underline; + } } .comment-account-fid { @@ -83,6 +87,10 @@ color: pvar(--greyForegroundColor); margin-left: 5px; text-decoration: none; + + &:hover { + text-decoration: underline; + } } } -- cgit v1.2.3