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

fix(material/icon): mat-icon misaligned when text-spacing is applied #29686

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

essjay05
Copy link
Contributor

@essjay05 essjay05 commented Sep 3, 2024

Fixes an issue with Angular Components Material Icon component where when text-spacing is applied the icon gets misaligned and if inside of an input or container with an outline, the icon gets cut off. This fix adds css styling to keep the icon middle-aligned when text-spacing is applied.

BEFORE screenshot
AFTER screenshot
AFTER screencast

Fixes b/250063405

@essjay05 essjay05 requested a review from a team as a code owner September 3, 2024 22:30
@essjay05 essjay05 requested review from amysorto and andrewseguin and removed request for a team September 3, 2024 22:30
@essjay05 essjay05 marked this pull request as draft September 3, 2024 22:37
@jelbourn jelbourn added the dev-app preview When applied, previews of the dev-app are deployed to Firebase label Sep 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

Deployed dev-app for c2f58cf to: https://ng-dev-previews-comp--pr-angular-components-29686-dev-jyg9okrc.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

@essjay05 essjay05 marked this pull request as ready for review September 4, 2024 18:18
@essjay05 essjay05 force-pushed the fix-text-spacing-cutoff-icon branch 3 times, most recently from 9d4ca07 to e516f0a Compare September 17, 2024 23:24
Fixes an issue with Angular Components Material Icon component where
when text-spacing is applied the icon gets misaligned and if inside
of an input or container with an outline, the icon gets cut off.
This fix adds css styling  to keep the icon
middle-aligned when text-spacing is applied.

Fixes b/250063405
Updates styles for Angular Material Icon so when the icon is
within a button it sets the overflow to visible to avoid the
icon from being cutoff. Also updates the line-height to 1 set

Fixes b/250063405
Updates previous fix to move added styles to bottom of scss
file for overriding.

Fixes b/250063405
Updates classes to target .mat-icon usage in other Angular
Material Components (ie. list-item, list-option, grid-tile,
form-field, tab, toolbar, and tooltip).

Fixes b/250063405
@crisbeto
Copy link
Member

It seems like this causes the icons to bleed out from the button:
image

Is there a way that we can undo the text spacing just on icons instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-app preview When applied, previews of the dev-app are deployed to Firebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants