fix antialiased only for white text

This commit is contained in:
piensaenpixel 2016-06-29 11:23:18 +02:00
parent 9fa4fe1855
commit 87e2e80082

View File

@ -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;
} }