mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +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;
|
font-kerning: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
contain: content;
|
contain: content;
|
||||||
font-smoothing: antialiased;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -11,4 +11,7 @@ ion-segment {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
font-smoothing: antialiased;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user