Update hideToolTips.ts

pull/5370/head
Liana Husikyan 11 months ago committed by GitHub
parent f9c9ec94d8
commit 3d9c2e92e3
  1. 9
      apps/remix-ide-e2e/src/commands/hideToolTips.ts

@ -13,12 +13,11 @@ class HideToolTips extends EventEmitter {
style.textContent = styleString
document.head.append(style)
}
addStyle(`
.popover {
display:none !important;
}
`)
.popover {
display:none !important;
}
)
}, [], done())
})
.perform((done) => {

Loading…
Cancel
Save