Move specific select2 styling to forms partial

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2994/head
Alex Coles 10 years ago
parent f979c97b40
commit c665e1c804
  1. 4
      app/assets/stylesheets/content/_forms.sass
  2. 5
      app/assets/stylesheets/timelines.css.sass

@ -394,6 +394,10 @@ fieldset.form--fieldset
// in height in foundation for apps.
height: auto
.form--select2
border: none
padding-right: 0
.form--text-field,
.form--select
&.-tiny

@ -90,11 +90,6 @@ li.select2-result.select2-visible-selected-parent
input
margin-left: 1em
/* Hack for as long as select2 is in there.
.select2-container.form--select
border: none
padding-right: 0
/* *
* Timeline toolbar & icons. *
*

Loading…
Cancel
Save