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:
@ -13,6 +13,7 @@
|
||||
}
|
||||
|
||||
.back-button button {
|
||||
@include font-smoothing();
|
||||
@include text-align(center);
|
||||
@include appearance(none);
|
||||
|
||||
@ -39,9 +40,6 @@
|
||||
font-kerning: none;
|
||||
user-select: none;
|
||||
|
||||
font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-flow: row nowrap;
|
||||
|
||||
Reference in New Issue
Block a user