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
ion-item-group and ion-list-divider styling is not consistent with ion-list and ion-list-header, border does not reach the side of the list
ion-item-group
ion-list-divider
ion-list
ion-list-header
border reaches to the side of the list
Steps to reproduce:
ion-item-divider
<ion-item-group> <ion-item-divider light>Settings</ion-item-divider> ... some <ion-item>'s ... <ion-item-divider light>Settings</ion-item-divider> ... some <ion-item>'s ... </ion-item-group>
Which Ionic Version? 1.x or 2.x
2.x
http://plnkr.co/edit/S0jMjZvunRrD7rG9LG5s?p=preview
Your system information: Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 2.0.0-beta.6 Ionic CLI Version: 2.0.0-beta.25 Ionic App Lib Version: 2.0.0-beta.15 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v6.0.0 Xcode version: Xcode 7.3.1 Build version 7D1014
The text was updated successfully, but these errors were encountered:
fix(item): remove border for the last item in an item-group
6b3e7ac
fixes #6518
So iOS is correct with the item-group borders where the last item in a group doesn't have a border. The recommended markup is:
<ion-item-group> <ion-item-divider> Group 1 </ion-item-divider> <ion-item> ... </ion-item> </ion-item-group> <ion-item-group> <ion-item-divider> Group 2 </ion-item-divider> <ion-item> ... </ion-item> </ion-item-group>
I fixed Material Design to work the same as iOS:
Thanks for the issue!
Sorry, something went wrong.
brandyscarney
No branches or pull requests
Short description of the problem:
ion-item-group
andion-list-divider
styling is not consistent withion-list
andion-list-header
, border does not reach the side of the list#### What behavior are you expecting?
border reaches to the side of the list
Steps to reproduce:
ion-item-divider
inside or outside ofion-item-group
Which Ionic Version? 1.x or 2.x
2.x
Plunker that shows an example of your issue
http://plnkr.co/edit/S0jMjZvunRrD7rG9LG5s?p=preview
The text was updated successfully, but these errors were encountered: