From aa78ced6a219aa57deb49e0b0676be36e403430c Mon Sep 17 00:00:00 2001 From: deneuxa Date: Fri, 1 Nov 2013 22:49:01 +0100 Subject: [PATCH 1/2] select was still receiving input styling; removed it --- src/collections/form.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; } From 0aafc13e976c21c2431225b8c18a0f09c85178cd Mon Sep 17 00:00:00 2001 From: Frankie Bagnardi Date: Fri, 1 Nov 2013 19:47:29 -0700 Subject: [PATCH 2/2] recommend forking the fiddle for bug reports It'll save a few comments in issues where the issue creator reads this. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) 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.