forgeplus-react/src/forge/Newfile/editor.css

8 lines
273 B
CSS

.monaco-editor .view-overlays .current-line{
border: none !important;
background-color: rgba(48,232,132,0.15);
}
.monaco-editor .margin-view-overlays .current-line{
background-color: rgba(48,232,132,0.15);
}
.branchTable .margin-view-overlays{width: 35px !important;}