Skip to content

Commit 2e58914

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@47549 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d8f5ce0 commit 2e58914

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/wp-includes/css/media-views.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,11 +1526,6 @@
15261526
display: inline-block !important;
15271527
}
15281528

1529-
div.moxie-shim.moxie-shim-html5,
1530-
div.moxie-shim.moxie-shim-html5 input[type="file"] {
1531-
display: none;
1532-
}
1533-
15341529
/**
15351530
* Selection
15361531
*/

0 commit comments

Comments
 (0)