mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Merge pull request #3945 from dlitsman/issue-3929
Extend the "Rendering Glyphs In The Margin" example to include a transparent color note.
This commit is contained in:
commit
4d4f13ced1
1 changed files with 2 additions and 1 deletions
|
|
@ -2,5 +2,6 @@
|
||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
.myContentClass {
|
.myContentClass {
|
||||||
background: lightblue;
|
/* Make sure to use transparent colors for the selection to work */
|
||||||
|
background: rgba(173, 216, 230, 0.5);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue