Skip to content

Commit

Permalink
Add shadow to custom hovers
Browse files Browse the repository at this point in the history
This doesn't apply to the editor as that's a much bigger change

Fixes #116197
  • Loading branch information
Tyriar committed Feb 24, 2021
1 parent fc61668 commit 80ea6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/services/hover/browser/media/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
z-index: 40;
overflow: hidden;
max-width: 700px;
box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 8px 2px;
}

.monaco-workbench .workbench-hover a {
Expand Down

0 comments on commit 80ea6ef

Please sign in to comment.