mirror of https://github.com/node-red/node-red.git
Use the correct variable for the gutter text color
parent
98b4b0dce0
commit
afdb15dc58
|
@ -28,7 +28,7 @@
|
|||
border-radius: 1px;
|
||||
}
|
||||
.ace_gutter-cell {
|
||||
color: $text-editor-color;
|
||||
color: $text-editor-gutter-color;
|
||||
}
|
||||
.ace_gutter-active-line {
|
||||
background: $text-editor-gutter-active-line-background;
|
||||
|
|
Loading…
Reference in New Issue