Port Firefox select fixes from Foundation 1.0.3

See 43da859857

(Upgrading to 1.0.3 is not yet possible. See e22c48a6)

Bug # 18388

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2492/head
Alex Coles 10 years ago
parent e22c48a6a3
commit 3adf15977b
  1. 7
      app/assets/stylesheets/content/_forms.sass

@ -313,6 +313,13 @@ fieldset.form--fieldset
// https://github.com/zurb/foundation-apps/pull/416
padding-right: $form-padding + rem-calc(18px)
// TODO: remove on upgrade Foundation 1.0.3
// https://github.com/zurb/foundation-apps/commit/43da85985770e430ce45a8c10fdd6bed29cf5096
$arrow-color: rgb(red($select-arrow-color), green($select-arrow-color), blue($select-arrow-color))
border: $input-border
background: $select-background url(image-triangle($arrow-color)) right 10px center no-repeat
background-size: 8px 8px
// TODO: fix upstream in Foundation
&::-ms-expand
display: none

Loading…
Cancel
Save