FIX: Disappearing tag input border on hi-res devices/when scaling

This commit is contained in:
Kris 2017-12-04 11:35:02 -05:00
parent f1b5227aa6
commit 8eb7518d2a
4 changed files with 2 additions and 7 deletions

View File

@ -188,6 +188,7 @@
flex: 1 1 25%;
margin: 0 0 5px 10px;
border: 1px solid $primary-medium;
background: $secondary;
@media all and (max-width: 900px) {
margin: 0;
flex: 1 1 100%;

View File

@ -51,9 +51,6 @@
}
}
.select2-container-multi .select2-choices {
background-color: $secondary;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
}

View File

@ -21,7 +21,7 @@
.multi-select-header {
background: $secondary;
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
border: 1px solid $primary-medium;
&.is-focused {
box-shadow: $tertiary 0px 0px 6px 0px;

View File

@ -406,12 +406,9 @@ disabled look for disabled choices in the results dropdown
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
}
.select2-locked {