Skip to content

Commit

Permalink
Use border-radius: 2px (microsoft#164747)
Browse files Browse the repository at this point in the history
Fixes microsoft#164555: Use `border-radius: 2px`
  • Loading branch information
alexdima authored and formigoni committed Oct 27, 2022
1 parent a7504a2 commit 9cd9f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/browser/viewParts/lines/viewLines.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
border-width: 1px;
border-style: solid;
border-color: var(--vscode-contrastBorder);
border-radius: 5px;
border-radius: 2px;
padding: 4px;
cursor: pointer;
}
Expand Down

0 comments on commit 9cd9f9c

Please sign in to comment.