aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-20 12:09:54 +0100
committerChocobozzz <me@florianbigard.com>2023-02-20 12:09:54 +0100
commit3ebb2987c2b6338e6f9d49a2723731f2fc77b924 (patch)
tree5558119dce67603a07c04864c7356d5615011bcc /client/src/app/+videos/+video-watch/shared/comment
parentd681188b7315754035c0ac546090e6900d98c6de (diff)
downloadPeerTube-3ebb2987c2b6338e6f9d49a2723731f2fc77b924.tar.gz
PeerTube-3ebb2987c2b6338e6f9d49a2723731f2fc77b924.tar.zst
PeerTube-3ebb2987c2b6338e6f9d49a2723731f2fc77b924.zip
Fix buttons accessibility using keyboard
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment')
-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 5eefc2450..91bd8309c 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
@@ -40,7 +40,7 @@
40 <button (click)="onWantToReply()" class="comment-action-reply border-0 p-0" i18n>Reply</button> 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" [buttonStyled]="false"
44 buttonSize="small" [account]="commentAccount" [user]="commentUser" i18n-label label="Options" placement="bottom-left auto" 44 buttonSize="small" [account]="commentAccount" [user]="commentUser" i18n-label label="Options" placement="bottom-left auto"
45 ></my-user-moderation-dropdown> 45 ></my-user-moderation-dropdown>
46 </div> 46 </div>