mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Extend the example to include a transparent color note.
This commit is contained in:
parent
584584e65b
commit
f62e724254
1 changed files with 2 additions and 1 deletions
|
|
@ -2,5 +2,6 @@
|
|||
background: red;
|
||||
}
|
||||
.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