Commit e00c672e authored by Phil Hughes's avatar Phil Hughes

added border to overview

hide viewport display
parent 05a9623a
......@@ -230,10 +230,18 @@
min-height: auto;
}
.monaco-diff-editor.vs .diffOverview,
.monaco-diff-editor.vs .diffViewport {
.monaco-diff-editor.vs .diffOverview {
margin-top: -1px;
background-color: $white-light;
}
.monaco-diff-editor.vs .diffOverview {
border-left: 1px solid $white-dark;
}
.monaco-diff-editor.vs .diffViewport {
display: none;
}
}
.multi-file-editor-holder {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment