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

inset list header [color="dark"] background bug? #8887

Closed
eidng8 opened this issue Oct 25, 2016 · 2 comments
Closed

inset list header [color="dark"] background bug? #8887

eidng8 opened this issue Oct 25, 2016 · 2 comments
Assignees

Comments

@eidng8
Copy link

eidng8 commented Oct 25, 2016

Short description of the problem:

<ion-list inset no-lines>
  <ion-list-header no-padding color="dark">list header</ion-list-header>
  <ion-item color="dark">item 1</ion-item>
  <ion-item color="dark">item 2</ion-item>
  <ion-item color="dark">item 3</ion-item>
  <ion-item color="dark">item 4</ion-item>
</ion-list>

Everything is fine, except the header background is in white.

What behavior are you expecting?

The header background color should be dark

The culprit, is a hard coded background color applied to ion list headers, both md & ios modes.

Which Ionic Version? 1.x or 2.x
v2-rc.1

P.S. I've tried to create a rc1 plunker, but without success. Is there any good source?

@gigocabrera
Copy link

The same issue is true for the ion-item-divider

<ion-item-divider color="dark">
     Title Here
</ion-item-divider>

The divider background color should be dark

@brandyscarney
Copy link
Member

Thanks for the issue! I'm going to close this as a duplicate of #8376.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants