mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge branch 'master' of github.com:driftyco/ionic2
This commit is contained in:
@ -148,7 +148,7 @@ ion-item-sliding-content {
|
||||
flex: 1;
|
||||
}
|
||||
ion-item-options {
|
||||
display: block;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
@ -19,6 +19,7 @@
|
||||
</p>
|
||||
<ion-item-options>
|
||||
<button primary>Archive</button>
|
||||
<button danger><icon trash></icon></button>
|
||||
</ion-item-options>
|
||||
</ion-item-sliding>
|
||||
|
||||
@ -29,6 +30,7 @@
|
||||
</p>
|
||||
<ion-item-options>
|
||||
<button primary>Archive</button>
|
||||
<button danger>Delete</button>
|
||||
</ion-item-options>
|
||||
</ion-item-sliding>
|
||||
|
||||
|
Reference in New Issue
Block a user