Skip to content

Commit dbdda71

Browse files
TD-5561 Issue showing mismatch of colouring of buttons on Learning Portal - Self assessments screen
1 parent 030f828 commit dbdda71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
}
3232
@if (Model.LinearNavigation)
3333
{
34-
<a role="button" class="nhsuk-button @(Model.UserBookmark != null || bookmarkIsRelevant ? "nhsuk-button--secondary" : "") trigger-loader" asp-action="AddOptionalCompetencies" asp-route-selfAssessmentId="@Model.Id" asp-route-vocabulary="@Model.VocabPlural">View @Model.VocabPlural</a>
34+
<a role="button" class="nhsuk-button trigger-loader" asp-action="AddOptionalCompetencies" asp-route-selfAssessmentId="@Model.Id" asp-route-vocabulary="@Model.VocabPlural">View @Model.VocabPlural</a>
3535
@if (Model.UserBookmark != null)
3636
{
3737
if (bookmarkIsRelevant)
3838
{
39-
<a class="nhsuk-button trigger-loader" role="button" href="@Configuration["AppRootPath"]@Model.UserBookmark">
39+
<a class="nhsuk-button nhsuk-button--secondary trigger-loader" role="button" href="@Configuration["AppRootPath"]@Model.UserBookmark">
4040
Continue where I left off
4141
</a>
4242
}

0 commit comments

Comments
 (0)