Skip to content

Commit

Permalink
Properly setting the default cursor of all statubar parts (#52149)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoBraga authored and bpasero committed Jun 18, 2018
1 parent 963d364 commit 1032e6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.monaco-workbench > .part.statusbar {
box-sizing: border-box;
cursor: default;
width: 100%;
height: 22px;
font-size: 12px;
Expand Down

0 comments on commit 1032e6d

Please sign in to comment.