From b7d353b6200f7f9841779da5ba4b1bd20c3e2cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 13 Apr 2017 02:30:36 -0400 Subject: [PATCH] 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. --- client/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 89a90bfc..64da0489 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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,