Skip to content

Commit

Permalink
Fix background of lower corners in tool palette
Browse files Browse the repository at this point in the history
The tool palette has somewhat ugly differently colored
pixels in the lower left and right corner as a
different background is inherited and shines
through because of the rounded corners.
With this change, we unset the background to get
rid of this effect.

eclipse-glsp/glsp#492

Change-Id: Ibe0c331c44d74f2369549fd2ab966e8135542154
  • Loading branch information
planger committed Jan 27, 2022
1 parent d8c4870 commit 268fb95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theia-integration/css/tool-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
width: 210px;
}

.tool-group {
background-color: unset;
}

.tool-palette .palette-header {
background: var(--theia-titleBar-activeBackground);
color: var(--theia-titleBar-activeForeground);
Expand Down

0 comments on commit 268fb95

Please sign in to comment.