Skip to content

Commit

Permalink
Improve Projection bars styling for Theia (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at authored Nov 7, 2023
1 parent e14f83d commit 20e6b86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/theia-integration/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,11 @@
fill: var(--theia-info-color0);
color: var(--theia-inputValidation-infoBackground);
}

.sprotty-projection-bar.vertical.bordered-projection-bar {
width: var(--theia-scrollbar-rail-width);
}

.sprotty-projection-bar.horizontal.bordered-projection-bar {
height: var(--theia-scrollbar-rail-width);
}

0 comments on commit 20e6b86

Please sign in to comment.