-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(tag): add default cursor to non-filter tag #5140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dakahn should we make it so that the default tag has the old markup (span) and the filter tag has the button included?
I thought about that. Good suggestion. Will change. 👍 |
Deploy preview for the-carbon-components ready! Built with commit 67d4c12 https://deploy-preview-5140--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 5f5ee87 |
Deploy preview for carbon-components-react ready! Built with commit 5f5ee87 https://deploy-preview-5140--carbon-components-react.netlify.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Deploy preview for carbon-elements failed. Built with commit 67d4c12 https://app.netlify.com/sites/carbon-elements/deploys/5e28c4234026ff0008b2e005 |
Deploy preview for carbon-components-react failed. Built with commit 67d4c12 https://app.netlify.com/sites/carbon-components-react/deploys/5e28c4237eea0c0008874141 |
Closes #5133
Adding the button reset caused all tag variants to get a pointer cursor. This specifys a default cursor for non-filter tags. 🏄
Changelog
New
cursor: default;
to _tag.scssTesting / Reviewing