Skip to content

Commit ffc2374

Browse files
authored
Remove border radius on selected text in SCM view (microsoft#159612)
Remove border radius on selected text
1 parent dbfbebf commit ffc2374

File tree

1 file changed

+4
-0
lines changed
  • src/vs/workbench/contrib/scm/browser/media

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/scm/browser/media/scm.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
justify-content: flex-end;
6868
}
6969

70+
.scm-view .monaco-editor .selected-text {
71+
border-radius: 0;
72+
}
73+
7074
/**
7175
* The following rules are very specific because of inline drop down menus
7276
* https://github.com/microsoft/vscode/issues/101410

0 commit comments

Comments
 (0)