fix kanban tags

stable
Juanfran 2016-09-29 12:26:02 +02:00
parent 4d2c56d4ae
commit bfcc3bb2df
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
refreshTagsColors: ->
return @rs.projects.tagsColors(@scope.projectId).then (tags_colors) =>
@scope.project.tags_colors = tags_colors
@scope.project.tags_colors = tags_colors._attrs
loadUserstories: ->
params = {

View File

@ -1,6 +1,6 @@
tg-filter {
background-color: $mass-white;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
box-shadow: 1px 1px 5px rgbag($primary, .2);
display: block;
left: 0;
min-height: 100%;