Skip to content

Commit

Permalink
monaco: restore drop-shadow for quick-input
Browse files Browse the repository at this point in the history
The commit updates the styling of the `quick-input` to restore the
drop-shadow which was previously present (and present in vscode)
following the monaco upgrade.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Aug 20, 2021
1 parent 47b68c7 commit cbdfe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
margin-left: -300px !important;
background-color: var(--theia-quickInput-background) !important;
color: var(--theia-foreground) !important;
box-shadow: rgb(0 0 0 / 36%) 0px 0px 8px 2px;
}

.monaco-icon-label,
Expand Down

0 comments on commit cbdfe8f

Please sign in to comment.