From b09c14218f917f9d76e89a5c2eebf6a6d0d5eedd Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 26 Jan 2015 17:53:24 +0000 Subject: [PATCH] Revert some of the selection styling changes which cause bizarre styling regressions to the 80s on FF. --- app/assets/stylesheets/common.css.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 7efe76cb1..8d40bbe39 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -949,12 +949,9 @@ header .search_forms, } select { - border-radius: $border-radius; - border: $border; - background-color: white; - /* this next line is to polyfill the vertical alignment of text within a select element, - * which is different between firefox and chrome. */ - padding: 0.3em 0; + /* this next line is to polyfill the vertical alignment of text within a select element, + * which is different between firefox and chrome. */ + padding: 0.3em 0; } .query_options { -- 2.43.2