Skip to content

Commit

Permalink
Remove editor background, add border
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkraft authored and splitbrain committed Nov 11, 2021
1 parent af9d1f8 commit b9945c1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions style.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
.ProseMirror {
padding: 4px 8px 4px 14px;
white-space: pre-wrap;
background: repeating-linear-gradient(
-45deg,
@highlight-odd-ini_text,
@highlight-odd-ini_text 10px,
@highlight-even-ini_text 10px,
@highlight-even-ini_text 20px,
);
border-radius: 6px;
border: 1px solid #ddd;
outline: none;
counter-reset: prosemirror-footnote;

Expand Down

0 comments on commit b9945c1

Please sign in to comment.