Skip to content

Commit 3a69bb3

Browse files
author
Adam Bradley
committed
fix(item): degrade .item right arrows by grade for low end devices
1 parent 7a3930f commit 3a69bb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: scss/_items.scss

+13
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,19 @@ button.item:after,
406406
speak: none;
407407
}
408408

409+
.grade-b,
410+
.grade-c {
411+
a.item:after,
412+
button.item:after,
413+
.item a[href].item-content:after,
414+
.item[ng-click] a.item-content:after {
415+
// override Ionicon arrow with boring character for low end devices
416+
@include font-smoothing(none);
417+
content: '>';
418+
font-family: 'monospace';
419+
}
420+
}
421+
409422
// do not show the default right arrow when they want their own right side icon
410423
a.item-icon-right:after,
411424
button.item-icon-right:after,

0 commit comments

Comments
 (0)