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:
@ -53,7 +53,6 @@
|
||||
.fab-translucent-ios {
|
||||
background-color: $fab-ios-translucent-background-color;
|
||||
|
||||
-webkit-backdrop-filter: $fab-ios-translucent-filter;
|
||||
backdrop-filter: $fab-ios-translucent-filter;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user