Skip to content

Commit

Permalink
fix(item): degrade .item right arrows by grade for low end devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 24, 2014
1 parent 7a3930f commit 3a69bb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,19 @@ button.item:after,
speak: none;
}

.grade-b,
.grade-c {
a.item:after,
button.item:after,
.item a[href].item-content:after,
.item[ng-click] a.item-content:after {
// override Ionicon arrow with boring character for low end devices
@include font-smoothing(none);
content: '>';
font-family: 'monospace';
}
}

// do not show the default right arrow when they want their own right side icon
a.item-icon-right:after,
button.item-icon-right:after,
Expand Down

0 comments on commit 3a69bb3

Please sign in to comment.