FIX: Broken variable

This commit is contained in:
Kris 2017-12-04 20:22:04 -05:00
parent 316d814130
commit a1d880a215
2 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,10 @@
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
}
.select2-container-multi .select2-choices {
border: 1px solid $primary-medium;
}
.select2-container a.select2-choice {
background: $secondary;
border-radius: 3px;

View File

@ -406,7 +406,6 @@ disabled look for disabled choices in the results dropdown
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid $primary-medium;
cursor: text;
overflow: hidden;
}