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
This commit is contained in:
Andrew Ozz 2014-08-19 03:56:53 +00:00
parent cd048c0154
commit 8b1ee8e04b
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}