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:
parent
b694240cd9
commit
f3b2eacf33
|
@ -4,15 +4,6 @@ html {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.ios {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ios body#tinymce {
|
|
||||||
height: 200%;
|
|
||||||
max-width: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue