I want to create a list item that has an arrow and text.
When I hover over this object, I would like to get a blue tint of this arrow.
I set the arrow through the background-url, or I can ask via image if I use Image.
I paint the background of the main container when I switch to the state: hover
However, the arrow does not change its color. It seems that in uss there is no way to do this, since all the fields affecting the color do not allow changing the images.
On the other hand, maybe I just did not find such a method and you can tell me how to achieve the result, as on IMGUI.
In the end, the states of ala disabled should be somehow processed when there is a picture inside. I do not think that a separate image is created for such situations.