Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): monaco folding overlay is not alwa…
Browse files Browse the repository at this point in the history
…ys very visible

part of #8022
  • Loading branch information
starpit committed Sep 20, 2021
1 parent 3e0e7e2 commit fd45b0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ body[kui-theme-style] .cdr.bracket-match {
/* current line highlight */
body[kui-theme-style] .monaco-editor .margin-view-overlays .current-line-margin,
body[kui-theme-style] .monaco-editor .view-overlays .current-line {
border-color: var(--color-base03);
mix-blend-mode: overlay;
border-color: var(--color-sidecar-toolbar-background);
}

/* cursor */
Expand Down

0 comments on commit fd45b0d

Please sign in to comment.