Index: Source/core/css/navigationTransitions.css |
diff --git a/Source/core/css/navigationTransitions.css b/Source/core/css/navigationTransitions.css |
deleted file mode 100644 |
index 4ae2f81d390ff2e5c0e2a676a30260a289b13b07..0000000000000000000000000000000000000000 |
--- a/Source/core/css/navigationTransitions.css |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-/* |
- * Copyright 2014 The Chromium Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-body { |
- animation-duration: 300ms; |
- transition-duration: 300ms; |
- |
- /* Prevent user interaction. */ |
- pointer-events: none !important; |
-} |