From: Jay Sitter Date: Wed, 5 Jul 2023 15:41:12 +0000 (-0400) Subject: fix: Add focus ring color to post action buttons and markdown help link (#1816) X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=53348d5ac4ba0d6af9204a41398622f228f2fa94;p=lemmy-ui.git fix: Add focus ring color to post action buttons and markdown help link (#1816) --- diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index 7cccbb1..cd4b5e4 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -219,7 +219,7 @@ export class MarkdownTextArea extends Component< {this.getFormatButton("spoiler", this.handleInsertSpoiler)} diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 5dcff2f..d9b3ad2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -602,7 +602,7 @@ export class PostListing extends Component { {this.commentsButton} {canShare() && (