yuanqing / create-figma-plugin

:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
https://yuanqing.github.io/create-figma-plugin/
MIT License
948 stars 91 forks source link

fix: pointer cursor is active on text inside a button #246

Closed artivilla closed 4 weeks ago

artivilla commented 1 month ago

bugfix: when hovering on the text inside a button we want to continue showing a pointer. The cursor setting is set to default vs pointer so we need to override it its children. or use a span instead.

image
yuanqing commented 4 weeks ago

I can’t seem to reproduce this issue, for some reason

artivilla commented 4 weeks ago

I'm using a span inside the button as a fallback so it works for me but not sure how I can get you to reproduce so we can just drop it unless others have issues. thanks for the support though.