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
<div class="ui inverted list"> <div class="item"> <div class="content"> <div class="header">Header</div> Content </div> </div> </div>
body { background-color: black; }
Both Header and Content are white in color
Header
Content
Header is white, but Content is black, thus invisible on a black background.
2.4.0
https://jsfiddle.net/vzp0cx8j/3/
The text was updated successfully, but these errors were encountered:
The inverted list seems to need to be wrapped within an inverted segment.
Sorry, something went wrong.
I don't think that's a reasonable prerequisite.
No branches or pull requests
Steps
Expected Result
Both
Header
andContent
are white in colorActual Result
Header
is white, butContent
is black, thus invisible on a black background.Version
2.4.0
Testcase
https://jsfiddle.net/vzp0cx8j/3/
The text was updated successfully, but these errors were encountered: