Skip to content

Commit

Permalink
fix(item-option): add activated and ripple to button
Browse files Browse the repository at this point in the history
references #14943
  • Loading branch information
brandyscarney committed Sep 14, 2018
1 parent c49d896 commit 78e2a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/src/components/item-option/item-option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
@include text-inherit();
@include padding(0, .7em);

position: relative;

width: 100%;
height: 100%;

Expand Down
2 changes: 1 addition & 1 deletion core/src/components/item-option/item-option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
}
Expand Down

0 comments on commit 78e2a0a

Please sign in to comment.