提交 6574483b 编写于 作者: R rebornix

Fix #27505. Make find widget sash 3px.

上级 202fd245
......@@ -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;}`);
}
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册