Skip to content

Commit

Permalink
fix(viewer): Remove blue top border
Browse files Browse the repository at this point in the history
It doesn't look nice with open sidebar.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 15, 2024
1 parent eb05b34 commit 40c2f75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
outline: 2px solid #8cf;
}

/**
*
*/
li.ProseMirror-selectednode {
outline: none;

Expand Down Expand Up @@ -77,7 +74,6 @@ li.ProseMirror-selectednode {

[data-handler='text'] {
background-color: var(--color-main-background);
border-top: 3px solid var(--color-primary-element);
.modal-title {
font-weight: bold;
}
Expand Down

0 comments on commit 40c2f75

Please sign in to comment.