فهرست منبع

remove outline

Yuki Takei 1 سال پیش
والد
کامیت
b33c379e6b
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      apps/app/src/client/components/PageComment/CommentEditor.module.scss

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

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