Ensured info for selected visit in visits table gets highlighted in bar charts

This commit is contained in:
Alejandro Celaya
2020-04-04 20:16:20 +02:00
parent bd4255108d
commit f5cc1abe75
5 changed files with 56 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ const VisitsTable = ({ visits, onVisitSelected, isSticky = false, matchMedia = w
'visits-table__sticky': isSticky,
})}
>
<FontAwesomeIcon icon={checkIcon} />
<FontAwesomeIcon icon={checkIcon} className={classNames({ 'text-primary': selectedVisit !== undefined })} />
</th>
<th className={headerCellsClass} onClick={orderByColumn('date')}>
Date