提交 9a91cd03 编写于 作者: J Johannes Rieken

bloat - remove unused css

上级 8e7c52c9
......@@ -12,11 +12,6 @@
padding-left: 2px;
}
.monaco-editor .lightbulb-glyph.hidden {
display: none;
visibility: hidden;
}
.monaco-editor .lightbulb-glyph:hover {
cursor: pointer;
/* transform: scale(1.3, 1.3); */
......
......@@ -62,11 +62,9 @@ export class LightBulbWidget implements IDisposable, IContentWidget {
// is being pressed -> hide the lightbulb and block future
// showings until mouse is released
this.hide();
dom.addClass(this._domNode, 'hidden');
const monitor = new GlobalMouseMoveMonitor<IStandardMouseMoveEventData>();
monitor.startMonitoring(standardMouseMoveMerger, () => { }, () => {
monitor.dispose();
dom.removeClass(this._domNode, 'hidden');
});
}));
this._disposables.push(this._editor.onDidChangeConfiguration(e => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册