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

dashed cursor

上级 a606ed31
......@@ -4,17 +4,14 @@
*--------------------------------------------------------------------------------------------*/
.monaco-editor.vs .dnd-target {
background: black;
border-color: black;
border-right: 1px dotted black;
color: white; /* opposite of black */
}
.monaco-editor.vs-dark .dnd-target {
background: #AEAFAD;
border-color: #AEAFAD;
border-right: 1px dotted #AEAFAD;
color: #51504f; /* opposite of #AEAFAD */
}
.monaco-editor.hc-black .dnd-target {
background: #fff;
border-color: #fff;
border-right: 1px dotted #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.
先完成此消息的编辑!
想要评论请 注册