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;