fixing missing border on dropdown

This commit is contained in:
Kris Aubuchon 2015-02-08 12:01:51 -05:00
parent 834378f996
commit 29490209e7
2 changed files with 10 additions and 1 deletions

View File

@ -29,8 +29,17 @@
.select2-container {
border-radius: 3px;
border: 1px solid scale-color-diff();
&.select2-dropdown-open {
border: 0;
}
&.select2-container-active {
border-color: $tertiary;
}
}
.select2-container a.select2-choice {
background: $secondary;
border-radius: 3px;

View File

@ -218,7 +218,7 @@
display: inline-block;
.select2-container {
width: 400px;
margin-top: 6px;
margin-top: 5px;
a {
padding-top: 4px;
height: 28px;