]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change default background to white and remove extra border-radius 7577/head
authorAaron Arney <ocularrhythm@users.noreply.github.com>
Wed, 16 Dec 2015 18:43:37 +0000 (13:43 -0500)
committerAaron Arney <ocularrhythm@users.noreply.github.com>
Wed, 16 Dec 2015 18:43:37 +0000 (13:43 -0500)
scss/forms/_select.scss

index c23915adc0ec6a47d8aa0e9c799d4a3e48ebbcb4..0c6803039efbb626574ddb9dced45b57686aff66 100644 (file)
@@ -8,7 +8,7 @@
 
 /// Background color for select menus.
 /// @type Color
-$select-background: #fafafa !default;
+$select-background: $white !default;
 
 /// Color of the dropdown triangle inside select menus. Set to `transparent` to remove it entirely.
 /// @type Color
@@ -24,7 +24,6 @@ $select-radius: $global-radius !default;
   height: $height;
   padding: ($form-spacing / 2);
   border: $input-border;
-  border-radius: $global-radius;
   margin: 0 0 $form-spacing;
   font-size: $input-font-size;
   font-family: $input-font-family;