[theme] remove indent guide colors css

This commit is contained in:
Martin Aeschlimann
2017-03-21 23:03:13 +01:00
parent ce32c85742
commit dcdb9d647d

View File

@@ -9,14 +9,5 @@
*/
.monaco-editor .lines-content .cigr {
position: absolute;
background: lightgray;
width: 1px;
}
.monaco-editor.vs-dark .lines-content .cigr {
background: #404040;
}
.monaco-editor.hc-black .lines-content .cigr {
background: #ffffff;
}