Skip to content
Snippets Groups Projects
Commit 47014348 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed issue when creating labels in dropdown

parent 06375c7e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,7 @@ class @LabelsSelect
color: newColorField.val()
}, (label) ->
$('.js-new-label-btn').enable()
$('.dropdown-menu-back', $(dropdown).parent()).trigger "click"
$('.dropdown-menu-back', $(dropdown).parents('.dropdown')).trigger "click"
 
$(dropdown).glDropdown(
data: (term, callback) ->
Loading
Loading
Loading
Loading
@@ -243,7 +243,7 @@
}
}
 
.btn {
.btn:not(.btn-primary) {
background: $gray-normal;
border: 1px solid $border-gray-normal;
&:hover {
Loading
Loading
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