mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
Merge branch 'master' into joh/extpack
This commit is contained in:
commit
5a3c0eebfb
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
background-image: url(./collapsed.svg);
|
||||
opacity: .7;
|
||||
width: 16px;
|
||||
min-width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
background-size: 16px;
|
||||
|
|
|
@ -265,6 +265,7 @@
|
|||
|
||||
.monaco-workbench > .part.editor > .content .editor-group-container > .title .tabs-breadcrumbs .breadcrumbs-control .monaco-icon-label::before {
|
||||
height: 18px; /* tweak the icon size of the editor labels when icons are enabled */
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
.monaco-workbench > .part.editor > .content .editor-group-container > .title .tabs-breadcrumbs .breadcrumbs-control .monaco-breadcrumb-item {
|
||||
|
|
Loading…
Reference in a new issue