We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4e218 commit 26b2588Copy full SHA for 26b2588
normalize.css
@@ -293,7 +293,7 @@ select { /* 1 */
293
/**
294
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
295
* controls in Android 4.
296
- * 2. Correct the inability to style clickable types in iOS.
+ * 2. Correct the inability to style clickable types in iOS and Safari.
297
*/
298
299
button,
@@ -408,3 +408,13 @@ textarea {
408
color: inherit;
409
opacity: 0.54;
410
}
411
+
412
+/**
413
+ * 1. Correct the inability to style clickable types in iOS and Safari.
414
+ * 2. Change font properties to `inherit` in Chrome and Safari.
415
+ */
416
417
+::-webkit-file-upload-button {
418
+ -webkit-appearance: button; /* 1 */
419
+ font: inherit; /* 2 */
420
+}
0 commit comments