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
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.
Comments
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: https://snippet.webix.com/q5dsum4m
In case you need the dynamic styles changing, look at the following snippet: https://snippet.webix.com/s3sjtwv6
Thank you very much to both @savirusing @AlenaLisava !