Merge pull request #3180 from awesomerobot/master
fixing missing border on dropdown
This commit is contained in:
commit
2f8e29bd04
|
@ -29,8 +29,17 @@
|
||||||
|
|
||||||
.select2-container {
|
.select2-container {
|
||||||
border-radius: 3px;
|
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 {
|
.select2-container a.select2-choice {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
|
@ -218,7 +218,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.select2-container {
|
.select2-container {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin-top: 6px;
|
margin-top: 5px;
|
||||||
a {
|
a {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|
Loading…
Reference in New Issue