Files
gitmost/apps/client/src/features/editor/styles/status.css
T
Philip Okugbe ea44468fad feat: editor inline status node (#1973)
* inline status node

* fix alignment

* fix

* typed storage

* fix math block popup on select all
2026-02-27 01:34:03 +00:00

18 lines
369 B
CSS

.node-status {
margin-right: 2px;
&.ProseMirror-selectednode {
outline: none;
}
&.selection,
& *::selection {
background-color: transparent;
}
&.ProseMirror-selectednode .status-badge {
box-shadow: 0 0 0 2px light-dark(var(--mantine-color-blue-4), var(--mantine-color-blue-7));
border-radius: 3px;
}
}