WebKit animation fix.

This commit is contained in:
Tom Slominski
2016-07-24 12:19:50 +01:00
parent 859a7da47b
commit d6e0a6548d

View File

@@ -267,6 +267,7 @@ input[type=submit] {
font-size: 0;
margin-right: 2px;
transition: opacity 0.5s;
-webkit-transform: translate3d(0, 0, 0); // WebKit animation fix
}
.social-button:hover {