Skip to content

Commit ee5e69c

Browse files
authored
Merge pull request #757 from TechnologyEnhancedLearning/Develop/Features/TD-4188-Correct-notifications-contrast
TD-4188 -Correct notification shevron and elipses color contrast
2 parents 6ff2f88 + 2a7181e commit ee5e69c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
:style="[isHighPriority ? {background:'#FCEC60'}:{background:'#435563', color:'#fff'}]"
6363
@click="toggleContent" role=button>
6464
<h2 class="m-0">{{priorityTypeText}}</h2>
65-
<i :class="showContentIcon"></i>
65+
<i :class="showContentIcon"
66+
:style="[isHighPriority ? {color:'#4c6272'}:{color:'#fff'}] "></i>
6667
</div>
6768

6869
<template v-if="showContent">
@@ -75,7 +76,7 @@
7576
</div>
7677

7778
<a href="#deleteModalButton" data-toggle="modal" @click="deleteNotification()" aria-label="Delete" v-if="notification.userDismissable">
78-
<i class="fas fa-ellipsis-h fa-lg" style="color: #AEB7BD;"></i>
79+
<i class="fas fa-ellipsis-h fa-lg" style="color: #435563;"></i>
7980
</a>
8081
</div>
8182

0 commit comments

Comments
 (0)