Skip to content
Snippets Groups Projects
Commit 55be27cb authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove loader in project filters and keep white background when disabled

parent 4164baea
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@
:clear-on-select="false"
:preserve-search="true"
:multiple="multiple"
:loading="loading"
:disabled="loading"
@select="select"
@remove="remove"
......@@ -177,4 +176,7 @@ export default {
#filters-container .multiple .multiselect__option--selected:not(:hover) {
background-color: #e8e8e8 !important;
}
#filters-container .multiselect--disabled .multiselect__select {
background: 0, 0 !important;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment