Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 29c0a4a

Browse files
authored
fix(chips): chip remove icon isn't sized to match the spec (#10491)
- set `.md-chip-remove md-icon`'s `min-height` and `min-width` - to `$chip-delete-icon-size` - fixes a regression in `v1.1.0` where the icon size increased Fixes #9619
1 parent 4d36fd2 commit 29c0a4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/chips/chips.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ $contact-chip-name-width: rem(12) !default;
129129
md-icon {
130130
height: $chip-delete-icon-size;
131131
width: $chip-delete-icon-size;
132+
min-height: $chip-delete-icon-size;
133+
min-width: $chip-delete-icon-size;
132134
position: absolute;
133135
top: 50%;
134136
left: 50%;

0 commit comments

Comments
 (0)