remove active line border from Monaco Editor

This commit is contained in:
ishikabhoyar
2025-10-30 23:10:43 +05:30
parent 9d180e13b1
commit 336ad17240

View File

@@ -1521,6 +1521,15 @@ body {
overflow: hidden; overflow: hidden;
} }
/* Remove Monaco Editor active line border */
.editor-container .monaco-editor .view-overlays .current-line {
border: none !important;
}
.editor-container .monaco-editor .margin-view-overlays .current-line {
border: none !important;
}
.test-cases-section { .test-cases-section {
margin-top: 16px; margin-top: 16px;
} }