提交 34377a9e 编写于 作者: B Benjamin Pasero

icons: avoid jumping icons when entering edit mode

上级 6fe06f07
......@@ -82,6 +82,11 @@
line-height: normal;
}
.monaco-workbench.linux .explorer-viewlet .explorer-item .monaco-inputbox,
.monaco-workbench.mac .explorer-viewlet .explorer-item .monaco-inputbox {
height: 22px;
}
.explorer-viewlet .explorer-item .monaco-inputbox.idle {
border: 1px solid rgba(128, 128, 128, 0.5);
}
......@@ -90,6 +95,12 @@
padding: 1px 2px;
}
.monaco-workbench.linux .explorer-viewlet .explorer-item .monaco-inputbox > .wrapper > .input,
.monaco-workbench.mac .explorer-viewlet .explorer-item .monaco-inputbox > .wrapper > .input {
padding: 0;
height: 20px;
}
.explorer-viewlet-label > .badge-content {
background-color: #007ACC;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册