From 69cde0e2cc10c339c24f6ed84e39121589e834f0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 6 Jul 2017 09:24:31 +0200 Subject: [PATCH] Remove backface-visibility on font-icons, this fixes "distortion" on animated icons (e.g. loading icon) in Firefox 54. --- skins/elastic/styles/styles.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 3d17596c6..1c782d4aa 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -101,8 +101,6 @@ button, input, select, textarea { font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; } @-webkit-keyframes fa-spin {