Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[md-fab] style cursor: pointer isn't working #5017

Closed
jodekirk opened this issue Sep 27, 2023 · 2 comments · Fixed by #5005 · May be fixed by X-oss-byte/pigweed#61, X-oss-byte/pigweed#70 or X-oss-byte/pigweed#73
Closed

[md-fab] style cursor: pointer isn't working #5017

jodekirk opened this issue Sep 27, 2023 · 2 comments · Fixed by #5005 · May be fixed by X-oss-byte/pigweed#61, X-oss-byte/pigweed#70 or X-oss-byte/pigweed#73
Labels
Contribution Candidate This issue is a good candidate for an open source contribution!

Comments

@jodekirk
Copy link
Contributor

What is affected?

Theming

Description

Trying to set the fab style doesn't change cursor on hover.

Reproduction

set style to

md-fab { cursor: pointer; }

Workaround

not found a workaround

Is this a regression?

No or unsure. This never worked, or I haven't tried before.

Affected versions

1.0.0

Browser/OS/Node environment

Chrome 117

@jodekirk
Copy link
Contributor Author

jodekirk commented Sep 27, 2023

Also a problem adding setting cursor: pointer; to md-switch and md-radio and possibly others.

@asyncLiz
Copy link
Collaborator

We need to move cursor styles to the :host and call cursor: inherit on the inner button. Could be a good community contribution!

@e111077 e111077 added the Contribution Candidate This issue is a good candidate for an open source contribution! label Sep 28, 2023
copybara-service bot pushed a commit that referenced this issue Oct 18, 2023
fixes #5017

PiperOrigin-RevId: 574303841
copybara-service bot pushed a commit that referenced this issue Oct 18, 2023
fixes #5017

PiperOrigin-RevId: 574303841
copybara-service bot pushed a commit that referenced this issue Oct 18, 2023
fixes #5017

PiperOrigin-RevId: 574303841
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment