I had things like this in my USS
and using the profiler I noticed that it was why my app was super slow on android.
But there is no cursor on android so I don't know why the CPU spent so much time (almost 2 seconds in my case) on "Cursor.SetCursor()"
.button:hover {
cursor: resource('handcursor') 235 82;
background-color: aliceblue;
}
and using the profiler I noticed that it was why my app was super slow on android.
But there is no cursor on android so I don't know why the CPU spent so much time (almost 2 seconds in my case) on "Cursor.SetCursor()"