-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
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:
<a class="item item-icon-left item-icon-right" href="#">
<i class="icon ion-email"></i>
Check mail
<i class="icon ion-chevron-right" style="color:#ccc; font-size:16px;"></i>
</a>
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
krvajal
Metadata
Metadata
Assignees
Labels
No labels