Commit 8dc31f40 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

replaced image class selector for tabs

parent 1fbe567f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment