Media: Remove `display: none;` from the (visually hidden) `<input type="file">` button used in Plupload to select files for uploading. Fixes selecting files in Edge <= 44 and iOS Safari.

Props treecutter, johnbillion, pbiron, isabel_brison, Ipstenu, azaozz.
Fixes #49753 for trunk.
Built from https://develop.svn.wordpress.org/trunk@47549


git-svn-id: http://core.svn.wordpress.org/trunk@47324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2020-04-04 22:54:09 +00:00
parent 9f481cdf7a
commit 10e3e44219
5 changed files with 3 additions and 13 deletions

View File

@ -1527,11 +1527,6 @@
display: inline-block !important;
}
div.moxie-shim.moxie-shim-html5,
div.moxie-shim.moxie-shim-html5 input[type="file"] {
display: none;
}
/**
* Selection
*/

File diff suppressed because one or more lines are too long

View File

@ -1526,11 +1526,6 @@
display: inline-block !important;
}
div.moxie-shim.moxie-shim-html5,
div.moxie-shim.moxie-shim-html5 input[type="file"] {
display: none;
}
/**
* Selection
*/

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47548';
$wp_version = '5.5-alpha-47549';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.