提交 1d9d9abb 编写于 作者: B Benjamin Pasero

fix broken package status bar entry

上级 5c4e24f0
......@@ -123,7 +123,8 @@
/* Status bar */
.monaco-shell .extensions-statusbar {
cursor: pointer;
padding: 0 5px 0 5px;
line-height: 22px;
}
.monaco-shell .extensions-statusbar.warning::before {
......
......@@ -35,7 +35,7 @@ export class ExtensionsStatusbarItem implements statusbar.IStatusbarItem {
}
public render(container: HTMLElement): lifecycle.IDisposable {
this.domNode = dom.append(container, $('.extensions-statusbar octicon octicon-package'));
this.domNode = dom.append(container, $('a.extensions-statusbar octicon octicon-package'));
this.domNode.title = nls.localize('extensions', "Extensions"),
this.toDispose.push(dom.addDisposableListener(this.domNode, 'click', () => {
this.quickOpenService.show('>extensions: ').done(null, errors.onUnexpectedError);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册