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 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 " >
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
You can’t perform that action at this time.
0 commit comments