aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html')
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html b/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html
index da35a9a2e..5eefc2450 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html
@@ -37,7 +37,7 @@
37 ></div> 37 ></div>
38 38
39 <div class="comment-actions"> 39 <div class="comment-actions">
40 <div tabindex=0 (click)="onWantToReply()" class="comment-action-reply" i18n>Reply</div> 40 <button (click)="onWantToReply()" class="comment-action-reply border-0 p-0" i18n>Reply</button>
41 41
42 <my-user-moderation-dropdown 42 <my-user-moderation-dropdown
43 [prependActions]="prependModerationActions" tabindex=0 [buttonStyled]="false" 43 [prependActions]="prependModerationActions" tabindex=0 [buttonStyled]="false"