mirror of
https://github.com/docmost/docmost.git
synced 2026-07-15 00:06:50 +10:00
fix(base): suppress ProseMirror atom-node selection outline on inline embed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.ProseMirror {
|
||||
.node-baseEmbed {
|
||||
/* Suppress the default ProseMirror atom-node selection outline —
|
||||
* the embed reads as a document block, not a focused widget. */
|
||||
&.ProseMirror-selectednode {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,3 +15,4 @@
|
||||
@import "./highlight.css";
|
||||
@import "./columns.css";
|
||||
@import "./status.css";
|
||||
@import "./base-embed.css";
|
||||
|
||||
Reference in New Issue
Block a user