FIX: Disappearing tag input border on hi-res devices/when scaling
This commit is contained in:
parent
f1b5227aa6
commit
8eb7518d2a
|
@ -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%;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue