Merge pull request #545 from Martin1994/blink_cursor_color

Let blink animation support style inheritance
This commit is contained in:
Daniel Imms
2017-02-14 19:23:22 -08:00
committed by GitHub
+2 -5
View File
@@ -87,13 +87,10 @@
}
@keyframes xterm-cursor-blink {
0% {
background-color: #fff;
color: #000;
}
0% { }
50% {
background-color: transparent;
color: #FFF;
color: inherit;
}
}