fix(item-option): add activated and ripple to button

references #14943
This commit is contained in:
Brandy Carney
2018-09-14 12:46:56 -04:00
parent c49d896e08
commit 78e2a0aea1
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@
@include text-inherit();
@include padding(0, .7em);
position: relative;
width: 100%;
height: 100%;

View File

@ -78,7 +78,7 @@ export class ItemOption implements ComponentInterface {
<slot name="bottom" />
<slot name="end"></slot>
</span>
{this.mode === 'md' && <ion-ripple-effect />}
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</TagType>
);
}