提交 381d8bfc 编写于 作者: R rebornix

dashed cursor

上级 a606ed31
...@@ -4,17 +4,14 @@ ...@@ -4,17 +4,14 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
.monaco-editor.vs .dnd-target { .monaco-editor.vs .dnd-target {
background: black; border-right: 1px dotted black;
border-color: black;
color: white; /* opposite of black */ color: white; /* opposite of black */
} }
.monaco-editor.vs-dark .dnd-target { .monaco-editor.vs-dark .dnd-target {
background: #AEAFAD; border-right: 1px dotted #AEAFAD;
border-color: #AEAFAD;
color: #51504f; /* opposite of #AEAFAD */ color: #51504f; /* opposite of #AEAFAD */
} }
.monaco-editor.hc-black .dnd-target { .monaco-editor.hc-black .dnd-target {
background: #fff; border-right: 1px dotted #fff;
border-color: #fff;
color: #000; /* opposite of #fff */ color: #000; /* opposite of #fff */
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册