mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix #27505. Make find widget sash 3px.
This commit is contained in:
@@ -1036,7 +1036,7 @@ registerThemingParticipant((theme, collector) => {
|
||||
|
||||
let border = theme.getColor('panel.border');
|
||||
if (border) {
|
||||
collector.addRule(`.monaco-editor .find-widget .monaco-sash { background-color: ${border}; width: 2px !important; margin-left: -4px;}`);
|
||||
collector.addRule(`.monaco-editor .find-widget .monaco-sash { background-color: ${border}; width: 3px !important; margin-left: -4px;}`);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user