We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3930f commit 3a69bb3Copy full SHA for 3a69bb3
scss/_items.scss
@@ -406,6 +406,19 @@ button.item:after,
406
speak: none;
407
}
408
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
+
422
// do not show the default right arrow when they want their own right side icon
423
a.item-icon-right:after,
424
button.item-icon-right:after,
0 commit comments