Remove invalid CSS perspective properties

These are not valid without units per the CSS validator, which is confirmed in the Chrome dev tools. I could not trigger any consequences by removing these.
This commit is contained in:
Jérémie Astori 2017-04-13 02:30:36 -04:00
parent 5890a3def1
commit b7d353b620

View file

@ -310,8 +310,6 @@ kbd {
transition: transform 160ms, -webkit-transform 160ms;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-perspective: 1000;
perspective: 1000;
}
#viewport.menu-open {
@ -791,8 +789,6 @@ kbd {
transition: all .4s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-perspective: 1000;
perspective: 1000;
}
#chat .lobby .chat,