From bf7ec5dc5aaab8b9acdde361da2e05fada3c5547 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Thu, 28 May 2015 22:02:09 -0400 Subject: [PATCH] improving the font-rendering issue caused by css transitions in safari --- app/assets/stylesheets/desktop/topic-post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 0608e423641..869f6c975ae 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -725,7 +725,8 @@ $topic-avatar-width: 45px; .posts-wrapper { position: relative; -} + -webkit-font-smoothing: subpixel-antialiased; + } .dropdown { position: relative;