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:
Henning Dieterichs 2023-05-31 16:43:10 +02:00 committed by GitHub
commit 4d4f13ced1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}