mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(segment): move css fix for font smoothing
This commit is contained in:
@@ -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