Skip to content

Commit

Permalink
comment out transform declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gingersnapp committed Oct 4, 2018
1 parent 6741d14 commit 7343193
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/files/cleanslate.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7343193

Please sign in to comment.