Skip to content

Commit

Permalink
refactor(Collaborate): remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Oct 24, 2023
1 parent 87405d0 commit c39cc79
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions components/Collaborate/Prosemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,6 @@ li.ProseMirror-selectednode:after {
.ProseMirror-focused .ProseMirror-gapcursor {
display: block;
}
/* Add space around the hr to make clicking it easier */

.ProseMirror-example-setup-style hr {
padding: 2px 10px;
border: none;
margin: 1em 0;
}

.ProseMirror-example-setup-style hr:after {
content: "";
display: block;
height: 1px;
background-color: silver;
line-height: 2px;
}

.ProseMirror ul, .ProseMirror ol {
padding-left: 30px;
}

.ProseMirror-example-setup-style img {
cursor: default;
}

.ProseMirror-prompt {
background: white;
Expand Down Expand Up @@ -134,16 +111,6 @@ li.ProseMirror-selectednode:after {
display: none;
}

.ProseMirror p:first-child,
.ProseMirror h1:first-child,
.ProseMirror h2:first-child,
.ProseMirror h3:first-child,
.ProseMirror h4:first-child,
.ProseMirror h5:first-child,
.ProseMirror h6:first-child {
margin-top: 10px;
}

.ProseMirror {
padding: 4px 8px 4px 14px;
line-height: 1.2;
Expand Down

0 comments on commit c39cc79

Please sign in to comment.