Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix misaligned remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Jun 25, 2020
1 parent 392e2b1 commit 8edd9df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/base/components/chip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Chip = ( {
className="wc-block-components-chip__remove"
{ ...removeProps }
>
🗙
</RemoveElement>
</Wrapper>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DropdownSelectorSelectedValue = ( { onClick, onRemoveItem, option } ) => {
option.name
) }
>
🗙
</button>
</div>
);
Expand Down
5 changes: 1 addition & 4 deletions assets/js/blocks/active-filters/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,9 @@
}

.wc-block-components-chip {
@include font-size(small);
margin-top: em($gap-small/4);
margin-bottom: em($gap-small/4);
}

.wc-block-components-chip__text {
@include font-size(small);
}
}
}

0 comments on commit 8edd9df

Please sign in to comment.