Skip to content

Commit

Permalink
feat(openalex): add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Nov 15, 2024
1 parent 1731843 commit 2c566dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/src/pages/openalex-ror/results/views-selector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,21 @@ export default function OpenalexView({
/>
<label className="fr-label" htmlFor="highlightRorCkb">
Highlight ROR
<i
className="fr-icon-info-fill fr-ml-1w"
aria-describedby="highlightInfo"
/>
<div
className="fr-tooltip fr-placement"
id="highlightInfo"
role="tooltip"
aria-hidden="true"
>
colours each ror id with a different color
</div>
</label>
</span>

</Col>
</Row>
</div>
Expand Down

0 comments on commit 2c566dc

Please sign in to comment.