From 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 10:14:03 +0200 Subject: Replace all glyphicon icons --- .../+video-watch/shared/comment/video-comments.component.html | 4 ++-- .../+video-watch/shared/comment/video-comments.component.scss | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'client/src/app/+videos/+video-watch') diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html index eca821370..a54df97cd 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html @@ -65,7 +65,7 @@ [redraftValue]="commentReplyRedraftValue" >
- + @@ -80,7 +80,7 @@ View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}} - +
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss index 31aa73937..4b00683ab 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss @@ -11,14 +11,6 @@ cursor: pointer; } -.glyphicon, -.comment-thread-loading { - @include margin-right(5px); - - display: inline-block; - font-size: 13px; -} - .title-block { .title-page { @include margin-right(0); -- cgit v1.2.3