提交 09141233 编写于 作者: B Benjamin Pasero

Cursor invisible on long lines when scrolled horizontally (fixes #8828)

上级 23afe969
......@@ -7,12 +7,10 @@
.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title.tabs {
background: #F3F3F3;
mix-blend-mode: luminosity;
}
.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title.tabs {
background: #252526;
mix-blend-mode: luminosity;
}
.monaco-workbench > .part.editor > .content > .one-editor-container > .title.tabs::before {
......@@ -21,7 +19,6 @@
position: absolute;
top: 34px;
width: 100%;
mix-blend-mode: luminosity;
z-index: 1; /* on top of tabs */
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册