Yuki Takei 1 рік тому
батько
коміт
b33c379e6b

+ 7 - 0
apps/app/src/client/components/PageComment/CommentEditor.module.scss

@@ -48,3 +48,10 @@
     border-radius: var(--bs-border-radius);
     border-radius: var(--bs-border-radius);
   }
   }
 }
 }
+
+// remove outline
+.comment-editor-styles :global {
+  .cm-editor {
+    outline: none;
+  }
+}