mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #490 from Tyriar/489_namespace_cursor_blink
Namespace cursor-blink CSS animations
This commit is contained in:
+2
-2
@@ -83,10 +83,10 @@
|
||||
}
|
||||
|
||||
.terminal.focus.xterm-cursor-blink .terminal-cursor {
|
||||
animation: cursor-blink 1.2s infinite step-end;
|
||||
animation: xterm-cursor-blink 1.2s infinite step-end;
|
||||
}
|
||||
|
||||
@keyframes cursor-blink {
|
||||
@keyframes xterm-cursor-blink {
|
||||
0% {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user