Issue 4124: The arrow icon (next to "Points") is broken in backlog view
parent
6b7cdb9020
commit
02914136f4
|
@ -868,7 +868,7 @@ UsRolePointsSelectorDirective = ($rootscope, $template, $compile, $translate) ->
|
|||
if numberOfRoles > 1
|
||||
$el.append($compile(selectionTemplate({"roles": roles}))($scope))
|
||||
else
|
||||
$el.find(".icon-arrow-bottom").remove()
|
||||
$el.find(".icon-arrow-down").remove()
|
||||
$el.find(".header-points").addClass("not-clickable")
|
||||
|
||||
$scope.$on "uspoints:select", (ctx, roleId, roleName) ->
|
||||
|
|
Loading…
Reference in New Issue