aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-25 15:11:57 +0100
committerChocobozzz <me@florianbigard.com>2020-11-25 15:11:57 +0100
commitd07b2944dbbe4877311a68b3960c04b0173957f0 (patch)
tree12a5af7b5eab5fc891cc2a829019e6b93030009a /client/src/app/+videos/+video-watch/comment/video-comment.component.scss
parenta9d4c3c8ca07e3f7793c9e55a8fa2d0fa8ee56df (diff)
downloadPeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.tar.gz
PeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.tar.zst
PeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.zip
Fix comment account external URL
It did not work, and I think it's better to target the local account page anyway
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment/video-comment.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comment.component.scss8
1 files changed, 8 insertions, 0 deletions
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 @@
71 @include disable-default-a-behaviour; 71 @include disable-default-a-behaviour;
72 72
73 color: pvar(--mainForegroundColor); 73 color: pvar(--mainForegroundColor);
74
75 &:hover {
76 text-decoration: underline;
77 }
74 } 78 }
75 79
76 .comment-account-fid { 80 .comment-account-fid {
@@ -83,6 +87,10 @@
83 color: pvar(--greyForegroundColor); 87 color: pvar(--greyForegroundColor);
84 margin-left: 5px; 88 margin-left: 5px;
85 text-decoration: none; 89 text-decoration: none;
90
91 &:hover {
92 text-decoration: underline;
93 }
86 } 94 }
87 } 95 }
88 96