Use consistent style for inline code in hover/suggest/parameter hints

Fixes #35813
This commit is contained in:
Matt Bierner
2017-10-10 18:13:47 -07:00
parent 00dbc4541c
commit a627a95c4d
5 changed files with 21 additions and 3 deletions

View File

@@ -56,6 +56,11 @@
white-space: pre-wrap;
}
.monaco-editor .parameter-hints-widget .docs code {
border-radius: 3px;
padding: 0 0.4em;
}
.monaco-editor .parameter-hints-widget .buttons {
position: absolute;
display: none;