mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(item): degrade .item right arrows by grade for low end devices
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user