We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91daabb commit e2fa31aCopy full SHA for e2fa31a
packages/components/src/components/tag/_tag.scss
@@ -19,7 +19,6 @@
19
@include type-style('label-01');
20
21
display: inline-flex;
22
- position: relative;
23
align-items: center;
24
padding: 0 $carbon--spacing-03;
25
height: 1.5rem;
@@ -96,16 +95,10 @@
96
95
@include tag-theme($inverse-02, $inverse-01);
97
98
cursor: pointer;
99
- padding-right: calc(
100
- #{$carbon--spacing-06} + #{rem(2px)}
101
- ); // icon width + 2px space from right edge
+ padding-right: rem(2px);
102
}
103
104
.#{$prefix}--tag--filter > svg {
105
- position: absolute;
106
- right: rem(2px);
107
- top: 50%;
108
- transform: translateY(-50%);
109
fill: $inverse-01;
110
margin-left: rem(4px);
111
padding: rem(2px);
0 commit comments