From 7343193f6f228177f220a038cc1638cb20eab231 Mon Sep 17 00:00:00 2001 From: Sarah Berger Date: Thu, 4 Oct 2018 10:10:23 -0700 Subject: [PATCH] comment out transform declarations --- docs/files/cleanslate.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/files/cleanslate.css b/docs/files/cleanslate.css index 6ebefc6..22ea795 100644 --- a/docs/files/cleanslate.css +++ b/docs/files/cleanslate.css @@ -143,11 +143,16 @@ text-shadow: none !important; -webkit-transition: all 0s ease 0s !important; transition: all 0s ease 0s !important; - -webkit-transform: none !important; + + /* transform commented out because it was overriding + our typing indicator animation in Firefox */ + + /* -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; - transform: none !important; + transform: none !important; */ + -webkit-transform-origin: 50% 50% !important; -moz-transform-origin: 50% 50% !important; -ms-transform-origin: 50% 50% !important;