Skip to content

Commit

Permalink
Fix bug causing borderes in monaco inputs when a trasparent bacground…
Browse files Browse the repository at this point in the history
… is selected (#56493)
  • Loading branch information
Jackson Kearl committed Aug 15, 2018
1 parent 66d37dc commit 5bab8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.suggest-input-container .monaco-editor,
.suggest-input-container .mtk1 {
/* allow the embedded monaco to be styled from the outer context */
background-color: inherit;
background-color: transparent;
color: inherit;
}

Expand Down

0 comments on commit 5bab8f6

Please sign in to comment.