mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #545 from Martin1994/blink_cursor_color
Let blink animation support style inheritance
This commit is contained in:
+2
-5
@@ -87,13 +87,10 @@
|
||||
}
|
||||
|
||||
@keyframes xterm-cursor-blink {
|
||||
0% {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
0% { }
|
||||
50% {
|
||||
background-color: transparent;
|
||||
color: #FFF;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user