mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +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,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-segment {
|
||||
@include font-smoothing();
|
||||
|
||||
display: flex;
|
||||
|
||||
flex: 1;
|
||||
@ -11,7 +13,4 @@ ion-segment {
|
||||
justify-content: center;
|
||||
|
||||
width: 100%;
|
||||
|
||||
font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
Reference in New Issue
Block a user