We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
carbon-components
carbon-components-react
Describe in detail the issue you're having.
When using the Button component and importing the style by using
Button
@import 'carbon-components/scss/components/button/_button';
the assistive text's styling does not work, and is in the wrong position.
Is this issue related to a specific component?
Yes, Button
What did you expect to happen? What happened instead? What would you like to see changed?
The Button scss should include styling for the assistive text
What browser are you working in?
Firefox
What version of the Carbon Design System are you using?
x.27, reproduced on latest
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
IBM Cloud Docs
https://codesandbox.io/s/vibrant-sun-i3v25?file=/package.json
The text was updated successfully, but these errors were encountered:
emyarod
Successfully merging a pull request may close this issue.
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
When using the
Button
component and importing the style by using@import 'carbon-components/scss/components/button/_button';
the assistive text's styling does not work, and is in the wrong position.
Yes,
Button
The
Button
scss should include styling for the assistive textFirefox
x.27, reproduced on latest
IBM Cloud Docs
Steps to reproduce the issue
https://codesandbox.io/s/vibrant-sun-i3v25?file=/package.json
The text was updated successfully, but these errors were encountered: