Skip to content

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

Open
@kevinresol

Description

@kevinresol

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions