Skip to content

Commit

Permalink
Adjust select2 loading-more indicator
Browse files Browse the repository at this point in the history
If you use the ajax feature of select2 and use the infinite scroll
loading we want to display the loading indicator in an Alchemy
style.
  • Loading branch information
tvdeyen committed Nov 11, 2019
1 parent 2cb573a commit ed610e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/alchemy/selects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ select {
}

.select2-drop {

.select2-search {
margin: $default-margin 0;

Expand Down Expand Up @@ -223,6 +222,11 @@ select {
border-radius: $default-border-radius;
border: $default-border;
}

.select2-more-results.select2-active {
padding: 2*$default-padding;
margin-bottom: 0;
}
}

.window_form, #filter_bar {
Expand Down

0 comments on commit ed610e9

Please sign in to comment.