Skip to content

Commit

Permalink
fix(components): add font-smoothing to mixing components
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 28, 2018
1 parent d9d7462 commit 9caeec7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// --------------------------------------------------

ion-card {
@include font-smoothing();

position: relative;
display: block;
overflow: hidden;
Expand Down
1 change: 1 addition & 0 deletions core/src/components/item-divider/item-divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// --------------------------------------------------

ion-item-divider {
@include font-smoothing();
@include margin(0);
@include padding(0);

Expand Down
2 changes: 2 additions & 0 deletions core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// --------------------------------------------------

ion-item {
@include font-smoothing();

display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/components/list-header/list-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// --------------------------------------------------

ion-list-header {
@include font-smoothing();
@include margin(0);

@include padding(0);

display: flex;
Expand Down
1 change: 1 addition & 0 deletions core/src/components/loading/loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// --------------------------------------------------

ion-loading {
@include font-smoothing();
@include position(0, 0, 0, 0);

position: fixed;
Expand Down
2 changes: 2 additions & 0 deletions core/src/components/searchbar/searchbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// --------------------------------------------------

ion-searchbar {
@include font-smoothing();

box-sizing: border-box;

position: relative;
Expand Down

0 comments on commit 9caeec7

Please sign in to comment.