Skip to content

Commit 10fa246

Browse files
birkskyumMilo
authored andcommitted
don't overwrite monaco styles
1 parent 76eda8f commit 10fa246

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/solid-repl/repl/main.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,4 @@ div[contenteditable='true']:focus {
2727

2828
.dark {
2929
color-scheme: dark;
30-
}
31-
32-
div.view-lines.monaco-mouse-cursor-text {
33-
font-family: Menlo, Monaco, 'Courier New', monospace !important;
34-
}
35-
36-
textarea.monaco-mouse-cursor-text:focus {
37-
box-shadow: unset;
38-
}
30+
}

0 commit comments

Comments
 (0)