-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Accordion] Its .content
and .title
classes shouldn’t override the corresponding classes of nested components.
#4928
Comments
Hello. |
to sum up @Darkesthour explanation.. remove the |
@Cyb3rWarri0r8 @Darkesthour, this solution doesn't account for adding sub headers, or even any other type of semantic style group that can utilize a The way I see it, specific styles shouldn't conflict with other styles in semantic. Changing the style for accordion content from |
@dmaison Well there is the ability to override that if you want to... I haven't tried this, but for things that say to have a |
One more appropriate testcase, this time with Floated List: And in my case I can't just remove "content" class, because I'm using Semantic-UI-React. |
.content
and .title
classes shouldn’t override the corresponding classes of nested components.
The search component seems to be affected as well: #5330. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
I've recently encountered this by using the <Message.List /> component within a stylized accordion in Semantic-Ui-React. The suggested |
Steps to Reproduce
Expected
The header should be formatted correctly
Result
The inherent accordion style interferes with the formatting of the header
Testcase
http://jsfiddle.net/p9L4c6Lh/1/
The text was updated successfully, but these errors were encountered: