提交 89e86a5a 编写于 作者: J Joao Moreno

remove border

上级 e75e5169
......@@ -69,8 +69,6 @@
display: flex;
position: absolute;
border-radius: 2px;
border-width: 1px;
border-style: solid;
padding: 0px 3px;
max-width: calc(100% - 10px);
text-overflow: ellipsis;
......
......@@ -730,7 +730,7 @@ export class DefaultStyleController implements IStyleController {
}
if (styles.listMatchesOutline) {
content.push(`.monaco-list-type-filter { border-color: ${styles.listMatchesOutline}; }`);
content.push(`.monaco-list-type-filter { border: 1px solid ${styles.listMatchesOutline}; }`);
}
if (styles.listMatchesShadow) {
......
......@@ -249,7 +249,6 @@ export const defaultListStyles: IColorMapping = {
listSelectionOutline: activeContrastBorder,
listHoverOutline: activeContrastBorder,
listMatchesBackground: blend2(editorFindMatchHighlight, editorWidgetBackground),
listMatchesOutline: focusBorder,
listMatchesShadow: widgetShadow
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册