mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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%;
|
flex: 1 1 25%;
|
||||||
margin: 0 0 5px 10px;
|
margin: 0 0 5px 10px;
|
||||||
border: 1px solid $primary-medium;
|
border: 1px solid $primary-medium;
|
||||||
|
background: $secondary;
|
||||||
@media all and (max-width: 900px) {
|
@media all and (max-width: 900px) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
flex: 1 1 100%;
|
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 {
|
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
||||||
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
|
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.multi-select-header {
|
.multi-select-header {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border: 1px solid $primary-medium;
|
||||||
|
|
||||||
&.is-focused {
|
&.is-focused {
|
||||||
box-shadow: $tertiary 0px 0px 6px 0px;
|
box-shadow: $tertiary 0px 0px 6px 0px;
|
||||||
|
3
app/assets/stylesheets/vendor/select2.scss
vendored
3
app/assets/stylesheets/vendor/select2.scss
vendored
@ -406,12 +406,9 @@ disabled look for disabled choices in the results dropdown
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 5px 0 0;
|
padding: 0 5px 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-locked {
|
.select2-locked {
|
||||||
|
Loading…
Reference in New Issue
Block a user