Closed udiboy1209 closed 8 years ago
The two triangles are text, technically. So when I hover over them, my mouse becomes a text cursor which is default behavior. It should become a pointer (hand symbol).
The fix is pretty easy, just adding cursor: pointer somewhere in the css/html
cursor: pointer
@udiboy1209 , yeah easy fix, could you do it?
@udiboy1209 , could you put the commit in a new PR?
The two triangles are text, technically. So when I hover over them, my mouse becomes a text cursor which is default behavior. It should become a pointer (hand symbol).
The fix is pretty easy, just adding
cursor: pointer
somewhere in the css/html