From 2890b615f31ab7d519d8be66b49ff8712df90c51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jan 2018 17:50:30 +0100 Subject: Handle HTML is comments --- .../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 a22c5a9fd..8e53dbca8 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 @@ -32,6 +32,14 @@ } } + .comment-html { + a { + @include disable-default-a-behaviour; + + color: #000; + } + } + .comment-actions { margin: 10px 0; display: flex; -- cgit v1.2.3