mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(components): add font-smoothing to mixing components
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-card {
|
||||
@include font-smoothing();
|
||||
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -5,6 +5,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-item-divider {
|
||||
@include font-smoothing();
|
||||
@include margin(0);
|
||||
@include padding(0);
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-item {
|
||||
@include font-smoothing();
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-list-header {
|
||||
@include font-smoothing();
|
||||
@include margin(0);
|
||||
|
||||
@include padding(0);
|
||||
|
||||
display: flex;
|
||||
|
@ -4,6 +4,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-loading {
|
||||
@include font-smoothing();
|
||||
@include position(0, 0, 0, 0);
|
||||
|
||||
position: fixed;
|
||||
|
@ -4,6 +4,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-searchbar {
|
||||
@include font-smoothing();
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user