Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created November 18, 2017 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/b8e8b1de6fd9f5242d914d029ddfd604 to your computer and use it in GitHub Desktop.
Save LeaVerou/b8e8b1de6fd9f5242d914d029ddfd604 to your computer and use it in GitHub Desktop.
<input type=file> does not work in <button> in Firefox
/**
* <input type=file> does not work in <button> in Firefox
*/
input {
font-size: 50px;
}
<button><input type=file></button>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment