From bfcc3bb2dfa714e49eb25acfe4598b5065e552e0 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 29 Sep 2016 12:26:02 +0200 Subject: [PATCH] fix kanban tags --- app/coffee/modules/kanban/main.coffee | 2 +- app/modules/components/filter/filter.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/coffee/modules/kanban/main.coffee b/app/coffee/modules/kanban/main.coffee index f50f9007..643472f5 100644 --- a/app/coffee/modules/kanban/main.coffee +++ b/app/coffee/modules/kanban/main.coffee @@ -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 = { diff --git a/app/modules/components/filter/filter.scss b/app/modules/components/filter/filter.scss index 9b9b7276..3782d855 100644 --- a/app/modules/components/filter/filter.scss +++ b/app/modules/components/filter/filter.scss @@ -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%;