diff --git a/apps/client/src/features/editor/styles/core.css b/apps/client/src/features/editor/styles/core.css index 1f8861f3..34ddaca3 100644 --- a/apps/client/src/features/editor/styles/core.css +++ b/apps/client/src/features/editor/styles/core.css @@ -133,10 +133,18 @@ border-top: 1px solid #68cef8; } + &[contenteditable="false"] hr.ProseMirror-selectednode { + border-top: none; + } + .ProseMirror-selectednode { outline: 2px solid #70cff8; } + &[contenteditable="false"] .ProseMirror-selectednode { + outline: none; + } + & > .react-renderer { margin-top: var(--mantine-spacing-sm); margin-bottom: var(--mantine-spacing-sm);