wpLink: Enable smooth scrolling on iOS devices.

fixes #31612.

Built from https://develop.svn.wordpress.org/trunk@31957


git-svn-id: http://core.svn.wordpress.org/trunk@31936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-04-01 15:34:26 +00:00
parent 29cddbeda9
commit af79adbdd4
5 changed files with 7 additions and 3 deletions

View File

@ -1290,6 +1290,7 @@ i.mce-i-wp_code:before {
}
#wp-link-wrap.search-panel-visible #link-selector {
-webkit-overflow-scrolling: touch;
padding: 0 16px;
position: absolute;
top: 36px;
@ -1478,6 +1479,7 @@ i.mce-i-wp_code:before {
width: 80%;
width: -webkit-calc(100% - 68px);
width: calc(100% - 68px);
word-wrap: break-word;
}
#wp-link .item-info {

File diff suppressed because one or more lines are too long

View File

@ -1290,6 +1290,7 @@ i.mce-i-wp_code:before {
}
#wp-link-wrap.search-panel-visible #link-selector {
-webkit-overflow-scrolling: touch;
padding: 0 16px;
position: absolute;
top: 36px;
@ -1478,6 +1479,7 @@ i.mce-i-wp_code:before {
width: 80%;
width: -webkit-calc(100% - 68px);
width: calc(100% - 68px);
word-wrap: break-word;
}
#wp-link .item-info {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31956';
$wp_version = '4.2-beta3-31957';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.