add font-rendering bugfix for safari while animating

This commit is contained in:
Felix Niklas 2015-09-07 12:09:16 +02:00
parent 9f7ae2a585
commit b3c45017b3

View file

@ -2116,6 +2116,13 @@ footer {
.nav-tab-icon .icon.icon-loading {
animation: rotateplane 1.2s infinite ease-in-out;
fill: $supergood-color;
/*
Safari font rendering bugfix while animating
http://stackoverflow.com/questions/9733011/safari-changing-font-weights-when-unrelated-animations-are-running
*/
z-index: 60000;
position: relative;
}
.nav-tab-close {