未验证 提交 cb66c137 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #58544 from Microsoft/misolori/folding-resize

Allow folding icons to match editor.fontSize
......@@ -4,12 +4,11 @@
*--------------------------------------------------------------------------------------------*/
.monaco-editor .margin-view-overlays .folding {
margin-left: 5px;
cursor: pointer;
background-repeat: no-repeat;
background-origin: border-box;
background-position: 3px center;
background-size: 15px;
background-position: calc(50% + 2px) center;
background-size: auto calc(100% - 3px);
opacity: 0;
transition: opacity 0.5s;
}
......@@ -45,5 +44,4 @@
display: inline;
line-height: 1em;
cursor: pointer;
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册