mirror of
https://github.com/docmost/docmost.git
synced 2026-07-15 00:46:45 +10:00
10 lines
242 B
CSS
10 lines
242 B
CSS
.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;
|
|
}
|
|
}
|
|
}
|