Skip to content

[RFC] Cursor pointer on interactive elements #17871

@eps1lon

Description

@eps1lon

We're currently applying cursor: pointer for most interactive elements (Button, Checkbox, labels of checkboxes, Slider etc).

It's well defined that this cursor indicates a link1.

Problems arise especially for components that are mapped to host elements e.g. Checkbox for <input type="checkbox" />. The host element does not have a pointer cursor nor does its label. This is especially confusing since we use the default cursor for labels of textfields.

I'd like to hear some other opinions. Especially focusing on different kinds of elements and inconsistencies between our elements and host elements.

Some more resources outside of html:

1specified in CSS3 UI

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions