octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(segment): move css fix for font smoothing
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 2 changed files with 3 additions and 2 deletions
@@ -27,8 +27,6 @@ ion-segment-button {
|
||||
font-kerning: none;
|
||||
user-select: none;
|
||||
contain: content;
|
||||
font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
|
||||
@@ -11,4 +11,7 @@ ion-segment {
|
||||
justify-content: center;
|
||||
|
||||
width: 100%;
|
||||
|
||||
font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user