Skip to content

Commit

Permalink
fix(Chip): remove icon no longer moves on hover
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #2101
  • Loading branch information
benjamincharity committed Apr 14, 2020
1 parent 082599d commit 8bb2978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/library/chip/src/chip.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
}

.c-chip__remove {
// Needed to remove 1px jump caused on opacity change
backface-visibility: hidden;
cursor: cursor(pointer);
display: none;
height: var(--chip-remove-size);
Expand Down

0 comments on commit 8bb2978

Please sign in to comment.