From 8b1ee8e04bb8fa63e8ffb35a66665b85e7cabd0f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 19 Aug 2014 03:56:53 +0000 Subject: [PATCH] TinyMCE wpView: remove CSS transition for the fake caret. Can have very annoying side effect: the whole page shifts a bit. See #28595. git-svn-id: https://develop.svn.wordpress.org/trunk@29536 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 963e864095..96fed744df 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -264,9 +264,6 @@ audio { width: 1px; background-color: black; background-color: currentcolor; - -webkit-transition: opacity 0.15s ease-out; - -moz-transition: opacity 0.15s ease-out; - transition: opacity 0.15s ease-out; opacity: 1; }