From 87e2e80082e839e79bfcc51fb46298cab336e94b Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Wed, 29 Jun 2016 11:23:18 +0200 Subject: [PATCH] fix antialiased only for white text --- src/scss/cdb-components/typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/cdb-components/typography.scss b/src/scss/cdb-components/typography.scss index 8159c55..1487433 100644 --- a/src/scss/cdb-components/typography.scss +++ b/src/scss/cdb-components/typography.scss @@ -56,6 +56,10 @@ .CDB-Size-small { font-size: $sFontSize-small; line-height: $sLineHeight-small; + +} + +.CDB-Size-small.u-whiteTextColor { -webkit-font-smoothing: initial; }