Extend the example to include a transparent color note.

pull/3945/head
Dmitry Litsman 2 years ago
parent 584584e65b
commit f62e724254

@ -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