update highlighted line styles
This commit is contained in:
parent
24030ac7aa
commit
39df7512c1
1 changed files with 11 additions and 0 deletions
|
@ -278,6 +278,17 @@ pre.CodeMirror-line {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.line-runtime-error + .CodeMirror-activeline-gutter {
|
||||||
|
background-color: rgb(255, 95, 82);
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-runtime-error {
|
||||||
|
background-color: rgb(255, 95, 82) !important;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
.editor-holder {
|
.editor-holder {
|
||||||
height: calc(100% - #{29 / $base-font-size}rem);
|
height: calc(100% - #{29 / $base-font-size}rem);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue