mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
slowed cursor blink down
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
|
||||
@-webkit-keyframes blink {
|
||||
0% { opacity: .7; }
|
||||
49% { opacity: .7; }
|
||||
51% { opacity: 0; }
|
||||
60% { opacity: .7; }
|
||||
61% { opacity: 0; }
|
||||
100% { opacity: 0; }
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
.editor.focused .cursor.idle {
|
||||
-webkit-animation: blink 0.6s;
|
||||
-webkit-animation: blink 0.8s;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user