FIX: Broken variable
This commit is contained in:
parent
316d814130
commit
a1d880a215
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue