From 34895c284d9baf9cb39687d6fc0b5d01387b33a2 Mon Sep 17 00:00:00 2001 From: Lias Kleisa Date: Fri, 8 Dec 2023 16:07:47 +0100 Subject: [PATCH] Add cursor pointer on objective card --- frontend/src/app/team/team.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/team/team.component.html b/frontend/src/app/team/team.component.html index 9797f1f0cf..82fe7f5236 100644 --- a/frontend/src/app/team/team.component.html +++ b/frontend/src/app/team/team.component.html @@ -44,7 +44,7 @@

{{ OVEntity.team.name }}

[attr.data-testId]="'objective'" [isWritable]="OVEntity.team.writable" [objective]="objective" - class="col-xs-12 col-md-6 col-xl-4 pb-3 column-width" + class="col-xs-12 col-md-6 col-xl-4 pb-3 column-width cursor-pointer" id="objective-column" >