File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -390,13 +390,12 @@ button.item,
390
390
391
391
& :after {
392
392
// By default, both <a> and <button> have right side arrow icons
393
- @include display-flex ();
394
- @include align-items (center );
395
393
@include font-smoothing (antialiased );
396
394
position : absolute ;
397
- top : 0 ;
395
+ top : 50 % ;
398
396
right : $item-padding - 4 ;
399
- height : 100% ;
397
+ display : block ;
398
+ margin-top : -8px ;
400
399
color : #ccc ;
401
400
content : " \f125 " ; // ion-chevron-right
402
401
text-transform : none ;
@@ -410,16 +409,12 @@ button.item,
410
409
}
411
410
}
412
411
413
- .grade-b ,
414
412
.grade-c {
415
413
a .item :after ,
416
414
button .item :after ,
417
415
.item [href ] .item-content :after ,
418
416
.item [ng-click ] .item-content :after {
419
- // override Ionicon arrow with boring character for low end devices
420
417
@include font-smoothing (none );
421
- content : ' >' ;
422
- font-family : ' monospace' ;
423
418
}
424
419
}
425
420
You can’t perform that action at this time.
0 commit comments