fix(item): add detail prop, fix lines and styles

- removes item-block class
- fixes some styling with first/last-child
- adds detail prop to replace detail-none / detail-push attributes
- style the border and push arrow properly inside of an item with color
This commit is contained in:
Brandy Carney
2018-02-21 16:55:49 -05:00
parent 02ef128293
commit bc77479f27
32 changed files with 327 additions and 304 deletions

View File

@ -1475,6 +1475,7 @@ declare global {
namespace JSXElements {
export interface IonItemAttributes extends HTMLAttributes {
color?: string;
detail?: boolean;
disabled?: boolean;
href?: string;
mode?: 'ios' | 'md';