replaced image class selector for tabs

pull/649/head
LianaHus 4 years ago
parent 0ae7495b8b
commit c3cb0976c2
  1. 2
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -95,7 +95,7 @@ export class TabProxy {
}
updateImgStyles () {
const images = this._view.filetabs.getElementsByClassName('image')
const images = this._view.filetabs.getElementsByClassName('iconImage')
if (images.length !== 0) {
for (const element of images) {
globalRegistry.get('themeModule').api.fixInvert(element)

Loading…
Cancel
Save