mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(sass): move font smooth to mixin and remove webkit properties
autoprefixer is adding the backdrop-filter for us now
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-badge {
|
||||
@include font-smoothing();
|
||||
@include padding($badge-ios-padding-top, $badge-ios-padding-end, $badge-ios-padding-bottom, $badge-ios-padding-start);
|
||||
@include text-align(center);
|
||||
|
||||
@ -19,9 +20,6 @@ ion-badge {
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
|
||||
font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
contain: content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user