aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
diff options
context:
space:
mode:
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