Update hideToolTips.ts

pull/4422/head
Liana Husikyan 1 year ago committed by GitHub
parent 331bbcc2df
commit 4a6fdb7512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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