-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(Button): Button hover/clickable outside border & missing token #30573
Comments
Is this still Open! |
Looks like it's due to the focus indicators. This has some implications in our internal setup so we should be careful with how we handle it. That being said, you can work around it in your own setup by setting |
@crisbeto I also wanted to follow up on the second part of my request. While not necessarily an issue, I noticed in the source code that the hover and focus outline colors for outlined buttons were not supported in the Material 2 (M2) version. However, with Material 3 (M3), it appears that these styles should be customizable. Could you confirm if this is the case? Specifically, I am referring to the following design tokens:
I appreciate your insights and look forward to your response. |
It looks like those tokens were in the spec, but we never implemented them, I suspect because they looked identical to the base color. |
@crisbeto I'll take a deeper dive into the codebase to explore a possible implementation. If no one from the team addresses it in the meantime, I’ll work on a solution and submit a PR. Also a workaround would be:
|
…e pseudo-classes Add missing tokens for overriding hover, focus, and active outlines, as well as the label styling of the `outlined-button` in Angular Material. Fixes angular#30573
…e pseudo-classes Add missing tokens for overriding hover, focus, and active outlines, as well as the label styling of the `outlined-button` in Angular Material. Fixes angular#30573
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When a override is added to a button, the button remains clickable and can be hovered outside the border. I found a token to override this behavior, but I can't get it to work. Additionally, I suggest improving the documentation by specifying the types of values accepted for the token.
Screen.Recording.2025-03-02.at.12.12.46.mov
Also there is no option to change outline color of outlined button when hovered/focused/pressed, only for disabled state? According to m3 design it should be possible:
https://m3.material.io/components/buttons/specs#4a0c06da-0b2f-47de-a583-97e0ae80b5a5
Reproduction
StackBlitz link: https://stackblitz.com/edit/q9bg7z8v?file=src%2Fexample%2Fbutton-overview-example-override.scss
Steps to reproduce:
Expected Behavior
Button should not be clickable or able to hover outside button border
Actual Behavior
Button is clickable and can be focused outside border
Environment
The text was updated successfully, but these errors were encountered: