mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
9f481cdf7a
commit
10e3e44219
@ -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
|
||||
*/
|
||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
*/
|
||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user