Commit 6d5876fa authored by LianaHus's avatar LianaHus

remove color from icon on vertial panel

parent 47a93793
...@@ -177,7 +177,7 @@ export class VerticalIcons extends Plugin { ...@@ -177,7 +177,7 @@ export class VerticalIcons extends Plugin {
if (nextActive) { if (nextActive) {
let image = nextActive.querySelector('.image') let image = nextActive.querySelector('.image')
nextActive.classList.add(css.active) nextActive.classList.add(css.active)
image.style.setProperty('filter', `invert(${invert})`) image.style.setProperty('filter', `invert(${invert}) grayscale(1) brightness(0%)`)
} }
} }
......
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