Bilal
Bilal
# Firefox 41.0 ## v14  ## v15  ## v16  # Chrome 45.0.2454.99 m # v14  # v15  # v16 
This seems to be an issue with Font Awesome, as their class selector `.fa` has an attribute `transform: translate(0,0);`. Disabling this field perserves the backface-visibility.
works for me :+1: thanks!
oops, you are right. :sheep: for what it's worth, I've reverted to v16 and manually inserted `transform: inherit` on font awesome divs. So what used to be: ``` HTML ```...
http://jsfiddle.net/lebiru/uy6saao2/ I am putting the font awesome icon inside of a table row.
http://jsfiddle.net/lebiru/o7qe0xLw/1/ Sure enough, if I do not use the spinner class, it behaves as expected.
sooo cool :+1: