From afbd894154f5304fa96653b1f6077d4a54792b00 Mon Sep 17 00:00:00 2001 From: ayeshoali Date: Fri, 13 Jan 2023 18:12:23 +0500 Subject: [PATCH] fix: preview p changed from capital to small and 2px focus state border --- src/discussions/posts/post-editor/messages.js | 2 +- src/index.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/discussions/posts/post-editor/messages.js b/src/discussions/posts/post-editor/messages.js index 9d06316d..c2691aeb 100644 --- a/src/discussions/posts/post-editor/messages.js +++ b/src/discussions/posts/post-editor/messages.js @@ -113,7 +113,7 @@ const messages = defineMessages({ }, showPreviewButton: { id: 'discussions.editor.posts.showPreview.button', - defaultMessage: 'Show Preview', + defaultMessage: 'Show preview', description: 'show preview button text to allow user to see their post content.', }, actionsAlt: { diff --git a/src/index.scss b/src/index.scss index ecd8e1ed..4703c01a 100755 --- a/src/index.scss +++ b/src/index.scss @@ -400,3 +400,7 @@ header { .disable-div { pointer-events: none; } + +[role=listitem]:focus { + border: 2px solid black; +}