forked from david-swift/duckling
feat: Rename cursor blinking animation
This commit is contained in:
parent
f45e5b5e2c
commit
6a82ff0bd2
@ -91,9 +91,9 @@
|
||||
}
|
||||
|
||||
.cursor {
|
||||
animation: blicking 1s infinite;
|
||||
animation: cursor-blink 1s infinite;
|
||||
|
||||
@keyframes blicking {
|
||||
@keyframes cursor-blink {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user