diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-01 10:03:06 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-01 10:03:06 -0400 |
| commit | 5940a2dce5b45382521cd20b4770732dcbc3e732 (patch) | |
| tree | 75c62648e85a9c6a7840ff2a527a9063d0b4526d /src/client/views/collections/collectionFreeForm/PreviewCursor.scss | |
| parent | 5b348089bdc33e1e3b8e78ce51925b40793cb2cd (diff) | |
fixed inking problem - blinking cursors don't play nicely with ink
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PreviewCursor.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PreviewCursor.scss b/src/client/views/collections/collectionFreeForm/PreviewCursor.scss index 7d6d5aaab..21210be2b 100644 --- a/src/client/views/collections/collectionFreeForm/PreviewCursor.scss +++ b/src/client/views/collections/collectionFreeForm/PreviewCursor.scss @@ -12,12 +12,12 @@ } //this is an animation for the blinking cursor! -@keyframes blink { - 0% {opacity: 0} - 49%{opacity: 0} - 50% {opacity: 1} -} +// @keyframes blink { +// 0% {opacity: 0} +// 49%{opacity: 0} +// 50% {opacity: 1} +// } -#previewCursor { - animation: blink 1s infinite; -}
\ No newline at end of file +// #previewCursor { +// animation: blink 1s infinite; +// }
\ No newline at end of file |
