Skip to content

Commit

Permalink
fix(multiselect): close button for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Davila committed Dec 16, 2019
1 parent 610f69a commit 6c8c0e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,10 @@
@include tag-theme($inverse-02, $inverse-01);

cursor: pointer;
padding-right: calc(
#{$carbon--spacing-06} + #{rem(2px)}
); // icon width + 2px space from right edge
padding-right: rem(2px);
}

.#{$prefix}--tag--filter > svg {
position: absolute;
right: rem(2px);
top: 50%;
transform: translateY(-50%);
fill: $inverse-01;
margin-left: rem(4px);
padding: rem(2px);
Expand Down

0 comments on commit 6c8c0e0

Please sign in to comment.