Merge pull request #3945 from dlitsman/issue-3929

Extend the "Rendering Glyphs In The Margin" example to include a transparent color note.
pull/3994/head
Henning Dieterichs 2 years ago committed by GitHub
commit 4d4f13ced1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save