Bricks Version: 1.5.7 Browser: Chrome 90 OS: Windows
If i change color on icon in hover state, color will change in normal too.
My css fix if somone will need it:
root li:hover { color: var(--bricks-color-yewtpn); fill: var(--bricks-color-yewtpn); }
yes thats the way how it works in bricks
Hi Tomasz, Thanks so much for your report!
We are aware of this limitation. The icon control (and some others) is not a CSS control. Since we have to rewrite the whole control, we can’t implement a “simple fix” but will change that in the future.
But hey, the custom CSS fix is a one-liner ^^
Best regards, timmse