stable

Clone or download

Read-only

Fix card colors

Given card has a background color: - xref and pencil icon should be the text variant of this color Given card has no background color: - xref and pencil icon should be the text variant of the card color - Parent card should have theme-background-color as background Part of story #13629: Update the title semantic of a card Change-Id: Ie73dad6a80735bfd5bb84b4cb9853a74d0e1c2f7

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardXrefLabel.test.ts +18 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardXrefLabel.vue +5 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/__snapshots__/CardXrefLabel.test.ts.snap +1 −0 Go to diff View file
M plugins/taskboard/themes/includes/_card-edit.scss +17 −0 Go to diff View file
M plugins/taskboard/themes/includes/_card-read.scss +1 −1 Go to diff View file