no-pointer
Installation
SKILL.md
No Pointer
Use the established Studio interaction convention for clickable controls:
- Set
cursor: 'default'; do not usecursor: 'pointer'. - Drive purely visual hover styling through
HOVERABLE_CLASS_NAMEandhoverableStyle()frompackages/studio/src/helpers/hoverable.ts. Do not add React hover state for color or background changes. - Keep the background unchanged unless the surrounding component already uses
a shared background-hover convention. For a text-only action, use
TRANSPARENTfor bothidleBackgroundandhoverBackground. - Use
LIGHT_TEXT(#A6A7A9) as the idle color andWHITE(white) as the hover color. Icons and nested text must follow the same state; inspect the element that paints the pixels if the Studio CSS reset blocks inheritance.