Closed smt116 closed 6 years ago
So, I fall on the side of "clickable things should have a pointer icon" part of that debate :)
I'm going to keep it as is, but thanks!
In v5 we don't render using inline styles anymore, so it might be easier to override if you do decide to go that route.
Using an inline style for the cursor makes it impossible to set different value when needed without using
!important
. This is a case with, for example, disabled buttons which should havecursor: not-allowed
style.CSS specification for the cursor1 says that
pointer
value should be used for indicating a link. In many cases, the button selector have a different role than redirecting to another location.