From 6ef4078ad501739694ac9c94094c584897ce7f08 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 8 Jan 2021 18:02:12 +0100 Subject: [PATCH] clean up --- .../Examples/CollaborativeEditing/index.vue | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index c3f880a6..a2b6cc21 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -21,17 +21,6 @@ - - @@ -255,30 +244,6 @@ export default { } } -// .collaboration-status { -// border-radius: 5px; -// margin-top: 1rem; -// color: #616161; - -// &::before { -// content: ' '; -// display: inline-block; -// width: 0.5rem; -// height: 0.5rem; -// background: #ccc; -// border-radius: 50%; -// margin-right: 0.5rem; -// } - -// &--connecting::before { -// background: #fd9170; -// } - -// &--connected::before { -// background: #9DEF8F; -// } -// } - /* Give a remote user a caret */ .collaboration-cursor__caret { position: relative;