-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Right Chevron on List Item links & buttons #1061
Comments
+1 |
Yes I agree that the developer should be stating exactly how they want an icon to show, and this auto right chevron violates that. The primary reason for this feature was to reduce the number of elements in the list, but with our work with virtual lists this may no longer be an issue. I'd like to remove the |
We're thinking about going with:
Note that
This would remove the This makes a nav arrow highly customizable, allows RTL developers to easily control the arrows direction, and the accessory class is something that's reusable and not just specifically for nav arrows. Thoughts? |
Changing it to:
This simplifies the CSS and makes |
You should probably update this in the docs, it currently reads "If the item is an or element, and no icon has been added to the right, then a small right arrow will automatically be added.". Left me confused for a good while as to why the chevron wasn't automatically appearing. |
The docs are still not updated on this. Its 2017 |
Id like to remove the arrow on the right (list items) I don't think its necessary, just started with F7 does anyone know how to do this ? Thanks |
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. |
Currently, by default a right chevron symbol is placed on the right side of list items that are links or buttons. I think this is overly opinionated, rather then force an icon on the right side allow the developer to choose whether an icon appears or not. If the developer wants a chevron on the right side of a list-item they can do so by simply applying the icon to right like they would any other icon:
Note the extra styling is needed to make the chevron appear exactly the same as the current default chevron. I'd also like to point out having this chevron is not the norm UI for most app menus.
related pull request #1060
The text was updated successfully, but these errors were encountered: