Skip to content

Commit

Permalink
Cursor invisible on long lines when scrolled horizontally (fixes #8828)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jul 12, 2016
1 parent 3282746 commit 30741f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vs/workbench/browser/parts/editor/media/tabstitle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -21,7 +19,6 @@
position: absolute;
top: 34px;
width: 100%;
mix-blend-mode: luminosity;
z-index: 1; /* on top of tabs */
}

Expand Down

0 comments on commit 30741f7

Please sign in to comment.