Skip to content

Commit

Permalink
Remove focus border for text content
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and Vinicius Reis committed Jul 18, 2022
1 parent 52a82ad commit a647a95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ div.ProseMirror {
-webkit-user-select: text;
user-select: text;
font-size: 14px;

&:focus, &:focus-visible {
box-shadow: none !important;
}
}

.checkbox-item {
Expand Down

0 comments on commit a647a95

Please sign in to comment.