TinyMCE: remove the iframe expansion CSS fix for iOS Safari. Not needed in iOS 9.x. Fixes visual glitches with the caret.

Fixes #35939.
Built from https://develop.svn.wordpress.org/trunk@36692


git-svn-id: http://core.svn.wordpress.org/trunk@36659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-02-24 19:26:26 +00:00
parent b694240cd9
commit f3b2eacf33
2 changed files with 1 additions and 10 deletions

View File

@ -4,15 +4,6 @@ html {
cursor: text;
}
html.ios {
height: 100%;
}
.ios body#tinymce {
height: 200%;
max-width: none;
}
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 16px;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36691';
$wp_version = '4.5-alpha-36692';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.