You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css

7 lines
86 B
CSS

.myGlyphMarginClass {
background: red;
}
.myContentClass {
background: lightblue;
}