Skip to content

Commit

Permalink
Merge pull request #8547 from AlbertHilb/CodeMirrorEditor-static
Browse files Browse the repository at this point in the history
Remove unused CSS rules
  • Loading branch information
Steven Silvester committed Jun 11, 2020
2 parents 94a622d + ff5811e commit 6f529d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/codemirror/style/base.css
Expand Up @@ -32,12 +32,7 @@
padding: 0 8px;
}

.jp-CodeMirrorEditor-static {
margin: var(--jp-code-padding);
}

.jp-CodeMirrorEditor,
.jp-CodeMirrorEditor-static {
.jp-CodeMirrorEditor {
cursor: text;
}

Expand Down

0 comments on commit 6f529d1

Please sign in to comment.