quick open: remove unused "checked" option and related CSS
This commit is contained in:
Родитель
4a549a0039
Коммит
2804413940
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M12 4l-4 8h-2l-2-4h2l1 2 3-6h2z" fill="#81A632"/></svg>
|
До Ширина: | Высота: | Размер: 127 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M12 4l-4 8h-2l-2-4h2l1 2 3-6h2z" fill="#7FBA00"/></svg>
|
До Ширина: | Высота: | Размер: 127 B |
|
@ -3,20 +3,6 @@
|
|||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.vs .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.checked {
|
||||
background: url("check.svg") center center no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.checked {
|
||||
background: url("check-inverse.svg") center center no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.vs .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.none,
|
||||
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.none {
|
||||
width: 16px;
|
||||
|
|
|
@ -13,7 +13,6 @@ import {IEditorInput} from 'vs/platform/editor/common/editor';
|
|||
|
||||
export interface IPickOpenEntry {
|
||||
id?: string;
|
||||
checked?: boolean;
|
||||
label: string;
|
||||
description?: string;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче