Hi team,
How could we change the color (like the css color propriety) of an icon please ?
https://snippet.webix.com/b3e664j9
Regards,
Xavier
Hi team,
How could we change the color (like the css color propriety) of an icon please ?
https://snippet.webix.com/b3e664j9
Regards,
Xavier
I’m just passing by the forum and interest in your question, from what you did I’ve tried changing a bit.
https://snippet.webix.com/c6hiy2r9
but I cant figure it out on hover yet
Hello, @XavierDP
Changing the color/font color of an icon requires specific CSS selectors.
For main classes check the Documentation
Please note that icon
has some styles with :hover
.Please refer to DOM inspector to check the needed styles.
Here is the snippet: Code Snippet
In case you need the dynamic styles changing, look at the following snippet: Code Snippet
Thank you very much to both @savirusing @AlenaLisava !