Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tag): add default cursor to non-filter tag #5140

Merged
merged 8 commits into from
Jan 22, 2020
1 change: 1 addition & 0 deletions packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
max-width: 100%; // restricts size of contained elements
margin: $carbon--spacing-02;
border-radius: rem(15px);
cursor: default;

&:not(:first-child) {
margin-left: 0;
Expand Down