mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broken variable
This commit is contained in:
parent
316d814130
commit
a1d880a215
@ -54,6 +54,10 @@
|
|||||||
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
|
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container-multi .select2-choices {
|
||||||
|
border: 1px solid $primary-medium;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-container a.select2-choice {
|
.select2-container a.select2-choice {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
1
app/assets/stylesheets/vendor/select2.scss
vendored
1
app/assets/stylesheets/vendor/select2.scss
vendored
@ -406,7 +406,6 @@ 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 $primary-medium;
|
|
||||||
cursor: text;
|
cursor: text;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user