From 542e56ac3f8b0f491469f75bf0ccba027633e7e3 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 19 Aug 2014 03:57:17 +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. Built from https://develop.svn.wordpress.org/trunk@29536 git-svn-id: http://core.svn.wordpress.org/trunk@29312 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 963e864095..96fed744df 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/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; }