Skip to content

Commit

Permalink
fix(editor): firefox outline in text element
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed May 1, 2022
1 parent 2df3607 commit a889c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/better-write-plugin-theme/css/preset.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ input[type='number'] {
text-align: center;
}

/* firefox */
[contenteditable] {
outline: none;
}

/* waiting for future support experimental features */

*::grammar-error {
Expand Down

0 comments on commit a889c6f

Please sign in to comment.