File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
LearningHub.Nhs.WebUI/Scripts/vuesrc/notification Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6363 :style =" [isHighPriority ? {background:'#FCEC60'}:{background:'#435563', color:'#fff'}]"
6464 @click =" toggleContent" role =button >
6565 <h2 class =" m-0" >{{priorityTypeText}}</h2 >
66- <i :class =" showContentIcon" ></i >
66+ <i :class =" showContentIcon"
67+ :style =" [isHighPriority ? {color:'#4c6272'}:{color:'#fff'}] " ></i >
6768 </div >
6869
6970 <template v-if =" showContent " >
7677 </div >
7778
7879 <a href =" #deleteModalButton" data-toggle =" modal" @click =" deleteNotification()" aria-label =" Delete" v-if =" notification.userDismissable" >
79- <i class =" fas fa-ellipsis-h fa-lg" style =" color : #AEB7BD ;" ></i >
80+ <i class =" fas fa-ellipsis-h fa-lg" style =" color : #435563 ;" ></i >
8081 </a >
8182 </div >
8283
You can’t perform that action at this time.
0 commit comments