fix: no text stroke on selected text

This commit is contained in:
Joshua Seigler 2016-10-25 23:16:54 -04:00
parent 8503c0a485
commit 63cde7a54c

View file

@ -289,6 +289,7 @@ section {
.live-coding__code textarea::selection {
background-color: black;
color: transparent;
-webkit-text-stroke: none;
}
.live-coding__component {