fix antialiased only for white text
This commit is contained in:
parent
9fa4fe1855
commit
87e2e80082
@ -56,6 +56,10 @@
|
|||||||
.CDB-Size-small {
|
.CDB-Size-small {
|
||||||
font-size: $sFontSize-small;
|
font-size: $sFontSize-small;
|
||||||
line-height: $sLineHeight-small;
|
line-height: $sLineHeight-small;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.CDB-Size-small.u-whiteTextColor {
|
||||||
-webkit-font-smoothing: initial;
|
-webkit-font-smoothing: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user