We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65606f4 + b744c9b commit 55faf45Copy full SHA for 55faf45
client/styles/components/_editor.scss
@@ -1,7 +1,4 @@
1
.CodeMirror {
2
- @include themify() {
3
- border: 1px solid getThemifyVariable('ide-border-color');
4
- }
5
font-family: Inconsolata, monospace;
6
height: 100%;
7
}
@@ -328,7 +325,10 @@ pre.CodeMirror-line {
328
325
height: calc(100% - #{29 / $base-font-size}rem);
329
326
width: 100%;
330
327
position: absolute;
331
- &.editor-holder--hidden {
+ @include themify() {
+ border: 1px solid getThemifyVariable('ide-border-color');
+ }
+ &.editor-holder--hidden .CodeMirror {
332
display: none;
333
334
0 commit comments