Skip to content

Commit f3bb2dc

Browse files
committedAug 20, 2016
fix(reorder): adjust reorder icon style for iOS and MD
1 parent 02667d1 commit f3bb2dc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎src/components/item/item-reorder.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import "../../globals.core";
12

23
// Item reorder
34
// --------------------------------------------------
@@ -12,8 +13,8 @@ ion-reorder {
1213
max-width: 40px;
1314
height: 100%;
1415

15-
font-size: 1.45em;
16-
opacity: .5;
16+
font-size: 1.7em;
17+
opacity: .25;
1718

1819
transform: translate3d(120%, 0, 0);
1920

‎src/components/item/item.md.scss

+8
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,11 @@ ion-item-divider {
229229
ion-item-sliding {
230230
background-color: $item-md-sliding-content-background;
231231
}
232+
233+
// Item reorder
234+
// --------------------------------------------------
235+
236+
ion-reorder {
237+
font-size: 1.5em;
238+
opacity: .3;
239+
}

0 commit comments

Comments
 (0)
Please sign in to comment.