fix: preview p changed from capital to small and 2px focus state border
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -400,3 +400,7 @@ header {
|
||||
.disable-div {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
[role=listitem]:focus {
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user