diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-13 15:17:53 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-13 15:17:53 -0400 |
| commit | 4f1f20a52a5c01b3046a56f37b6c7c029d3e10f0 (patch) | |
| tree | ec2daabe1563dd12ed1f84e38b6a64c928dba015 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | ae8bc0f99f35f6c72aaa9be3f5617d54ba64299b (diff) | |
fixed a variety of things related to selection, dragging, marqueeing
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index d487cd7ce..d472cc5c4 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -22,13 +22,6 @@ height: 100%; } } -.collectionfreeformview-marquee{ - border-style: dashed; - box-sizing: border-box; - position: absolute; - border-width: 1px; - border-color: black; -} .collectionfreeformview-overlay { .collectionfreeformview > .jsx-parser{ @@ -61,15 +54,4 @@ box-sizing: border-box; width: 100%; height: 100%; -} - -//this is an animation for the blinking cursor! -@keyframes blink { - 0% {opacity: 0} - 49%{opacity: 0} - 50% {opacity: 1} -} - -#prevCursor { - animation: blink 1s infinite; }
\ No newline at end of file |
