提交 c335f147 编写于 作者: A Alex Dima

Fixes #9331: animate the container and not each individual cursor

上级 13d2f973
......@@ -89,15 +89,15 @@
}
}
.cursor-blink > .cursor {
.cursor-blink {
animation: cursor-blink 1s step-start 0s infinite;
}
.cursor-smooth > .cursor {
.cursor-smooth {
animation: cursor-smooth 0.5s ease-in-out 0s infinite alternate;
}
.cursor-phase > .cursor {
.cursor-phase {
animation: cursor-phase 0.5s ease-in-out 0s infinite alternate;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册