Skip to content

Commit

Permalink
Move redundant style
Browse files Browse the repository at this point in the history
  • Loading branch information
pzdr7 committed Oct 13, 2024
1 parent a6d0791 commit 814e38d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@
.diff-hidden-lines .bottom {
visibility: hidden;
}

.monaco-editor {
outline: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
.monaco-editor-container {
width: 100%;
height: 100%;

.monaco-editor {
// Disables the focus border around the editor.
outline: none;
}
}

/*
Expand Down

0 comments on commit 814e38d

Please sign in to comment.