Skip to content

Commit

Permalink
Fix duplicate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementChaumel authored and bartaz committed Jul 31, 2023
1 parent 4d42d9b commit 0f75a0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scss/_patterns_chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $chip-border-thickness: 1px;
padding: 0;
text-overflow: ellipsis;
vertical-align: baseline;
@extend %small-text;
}

.p-chip__lead {
Expand All @@ -39,11 +40,6 @@ $chip-border-thickness: 1px;
content: ': ';
}

.p-chip__value,
.p-chip__lead {
@extend %small-text;
}

.p-chip__dismiss {
@extend %icon;
// also includes button and close icon styles in the theming section
Expand Down

0 comments on commit 0f75a0e

Please sign in to comment.