fix: preview p changed from capital to small and 2px focus state border

This commit is contained in:
ayeshoali
2023-01-13 18:12:23 +05:00
committed by Mehak Nasir
parent bfcb1282f0
commit afbd894154
2 changed files with 5 additions and 1 deletions

View File

@@ -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: {

View File

@@ -400,3 +400,7 @@ header {
.disable-div {
pointer-events: none;
}
[role=listitem]:focus {
border: 2px solid black;
}