We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
border-radius: 2px
1 parent 851a0da commit 9e0b95fCopy full SHA for 9e0b95f
src/vs/editor/browser/viewParts/lines/viewLines.css
@@ -25,7 +25,7 @@
25
border-width: 1px;
26
border-style: solid;
27
border-color: var(--vscode-contrastBorder);
28
- border-radius: 5px;
+ border-radius: 2px;
29
padding: 4px;
30
cursor: pointer;
31
}
0 commit comments