style(segment): move css fix for font smoothing

This commit is contained in:
Brandy Carney
2018-02-07 18:35:46 -05:00
parent 03c5f67b33
commit 5c5463308a
2 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,6 @@ ion-segment-button {
font-kerning: none; font-kerning: none;
user-select: none; user-select: none;
contain: content; contain: content;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
&:active, &:active,
&:focus { &:focus {

View File

@ -11,4 +11,7 @@ ion-segment {
justify-content: center; justify-content: center;
width: 100%; width: 100%;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
} }