Skip to content

Commit

Permalink
Merge pull request #3945 from dlitsman/issue-3929
Browse files Browse the repository at this point in the history
Extend the "Rendering Glyphs In The Margin" example to include a transparent color note.
  • Loading branch information
hediet committed May 31, 2023
2 parents 0c6348a + f62e724 commit 4d4f13c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 4d4f13c

Please sign in to comment.