add font-rendering bugfix for safari while animating
This commit is contained in:
parent
9f7ae2a585
commit
b3c45017b3
1 changed files with 7 additions and 0 deletions
|
@ -2116,6 +2116,13 @@ footer {
|
||||||
.nav-tab-icon .icon.icon-loading {
|
.nav-tab-icon .icon.icon-loading {
|
||||||
animation: rotateplane 1.2s infinite ease-in-out;
|
animation: rotateplane 1.2s infinite ease-in-out;
|
||||||
fill: $supergood-color;
|
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 {
|
.nav-tab-close {
|
||||||
|
|
Loading…
Reference in a new issue