You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
ion-list with
lines="none"
still has lines in ios mode.Steps to Reproduce
Steps to reproduce the behavior:
ionic serve --platform=ios
Related Code
https://plnkr.co/edit/2l5i8L4bDOeAf03nIiQ9?p=preview
Expected Behavior
A list with lines="none" should have no lines.
Additional Context
The problem is here:
https://github.com/ionic-team/ionic/blob/ea7d09b41ebaa171d46fc370cfe593f813403a64/core/src/components/list/list.ios.scss#L11-L14
I don't know what the purpose of this line is, but we could change it to something like this:
.list-ios:not(.list-inset):not(.list-ios-lines-none) .item:last-child {
The text was updated successfully, but these errors were encountered: