Skip to content

Commit

Permalink
Update badge.js (#7510) (#7511)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonte Päivärinne <[email protected]>
  • Loading branch information
vaadin-bot and anezthes committed Jul 5, 2024
1 parent cba937b commit 9df2f90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vaadin-lumo-styles/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ const badge = css`
/* Icon */
[theme~='badge'] vaadin-icon {
[theme~='badge'] > vaadin-icon {
margin: -0.25em 0;
}
[theme~='badge'] vaadin-icon:first-child {
[theme~='badge'] > vaadin-icon:first-child {
margin-left: -0.375em;
}
[theme~='badge'] vaadin-icon:last-child {
[theme~='badge'] > vaadin-icon:last-child {
margin-right: -0.375em;
}
Expand Down

0 comments on commit 9df2f90

Please sign in to comment.