diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7abf26846..d8dd65c32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,8 @@ Please submit any bugs you encounter when using the library to our [Github Issue When submiting a bug report, please include a set of steps to reproduce the issue and any related information, browser, OS etc. If we can't see the issue then it will make solving things much more difficult. +Please create a fork of this [jsfiddle](http://jsfiddle.net/pMDsH/) to demonstrate bugs. + ### Style Guide Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI. diff --git a/src/collections/form.less b/src/collections/form.less index 45b3d1f66..11c45989f 100755 --- a/src/collections/form.less +++ b/src/collections/form.less @@ -64,7 +64,6 @@ .ui.form textarea, -.ui.form select, .ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="date"], @@ -76,7 +75,6 @@ } .ui.form textarea, -.ui.form select, .ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="date"], @@ -212,8 +210,7 @@ .ui.form input[type="password"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="tel"]:focus, -.ui.form textarea:focus, -.ui.form select:focus{ +.ui.form textarea:focus{ color: rgba(0, 0, 0, 0.85); border-color: rgba(0, 0, 0, 0.2); border-bottom-left-radius: 0; @@ -565,8 +562,7 @@ .ui.small.form input[type="password"], .ui.small.form input[type="number"], .ui.small.form input[type="tel"], -.ui.small.form label, -.ui.small.form select{ +.ui.small.form label{ font-size: 1em; }