style(segment): move css fix for font smoothing

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-02-07 18:35:46 -05:00
gitea-unlock(16/)
parent 03c5f67b33
commit 5c5463308a
octicon-diff(16/tw-mr-1) 2 changed files with 3 additions and 2 deletions

2
packages/core/src/components/segment-button/segment-button.scss
View File

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

3
packages/core/src/components/segment/segment.scss
View File

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