Add -webkit-background-clip: text; back

This commit is contained in:
Daniel Imms 2019-10-25 06:43:55 -07:00
parent 4f4cf03d8d
commit 03dfb55e2c

View file

@ -5,6 +5,7 @@
.monaco-workbench .panel.integrated-terminal .xterm-viewport {
/* Use the hack presented in http://stackoverflow.com/a/38748186/1156119 to get opacity transitions working on the scrollbar */
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
transition: background-color 800ms linear;