From d8d67eaa6ae971959f8b2086c4b7474c39bddda5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jan 2016 23:45:44 -0800 Subject: [PATCH] rewrite custom file input component to use classes over nested elements --- docs/components/forms.md | 12 ++++----- scss/_custom-forms.scss | 55 +++++++++++++++++++++------------------- 2 files changed, 35 insertions(+), 32 deletions(-) diff --git a/docs/components/forms.md b/docs/components/forms.md index e93e28bd6d..5612afb688 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -709,14 +709,16 @@ Custom selects degrade nicely in IE9, receiving only a handful of overrides to r ### File browser +The file input is the most gnarly of the bunch and require additional JavaScript if you'd like to hook them up with functional *Choose file...* and selected file name text. + {% example html %} -