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

[List] Inverted list's contents should be inverted #6652

Open
kevinresol opened this issue Nov 2, 2018 · 3 comments
Open

[List] Inverted list's contents should be inverted #6652

kevinresol opened this issue Nov 2, 2018 · 3 comments

Comments

@kevinresol
Copy link

kevinresol commented Nov 2, 2018

Steps

<div class="ui inverted list">
	<div class="item">
		<div class="content">
			<div class="header">Header</div>
			Content
		</div>
	</div>
</div>
body {
  background-color: black;
}

Expected Result

Both Header and Content are white in color

Actual Result

Header is white, but Content is black, thus invisible on a black background.

Version

2.4.0

Testcase

https://jsfiddle.net/vzp0cx8j/3/

@y0hami
Copy link
Member

y0hami commented Nov 2, 2018

The inverted list seems to need to be wrapped within an inverted segment.

@kevinresol
Copy link
Author

The inverted list seems to need to be wrapped within an inverted segment.

I don't think that's a reasonable prerequisite.

@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants