You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please allow styling the permission button using the cursor property. In particular, allow setting cursor: pointer. Additionally, for invalid cases it would be nice to support cursor: not-allowed
I think supporting just default, pointer and not-allowed should be sufficient, and other cursor values can be ignored.
The text was updated successfully, but these errors were encountered:
default seems a bit sketchy to allow, maybe it can be used to obfuscate the element's role as a button in.
But I can definitely see a use case for pointer and not-allowed with anything else being treated as pointer.
Please allow styling the permission button using the
cursor
property. In particular, allow settingcursor: pointer
. Additionally, for invalid cases it would be nice to supportcursor: not-allowed
I think supporting just
default
,pointer
andnot-allowed
should be sufficient, and other cursor values can be ignored.The text was updated successfully, but these errors were encountered: