Skip to content

Commit db88022

Browse files
committed
Fixes #164555: Use border-radius: 2px
1 parent 6a993ee commit db88022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/viewParts/lines/viewLines.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
border-width: 1px;
2626
border-style: solid;
2727
border-color: var(--vscode-contrastBorder);
28-
border-radius: 5px;
28+
border-radius: 2px;
2929
padding: 4px;
3030
cursor: pointer;
3131
}

0 commit comments

Comments
 (0)