Skip to content
Snippets Groups Projects
Commit 0980d8d7 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

styling of notes contains original styling for links

parent 690328a0
No related branches found
No related tags found
3 merge requests!379Merge 18.1.0,!37818.1.0 to devel,!376Resolve "Styling of the notes and hyperlinks in the left panel"
Pipeline #100785 passed
......@@ -3,6 +3,8 @@ minerva-front (18.0.8) stable; urgency=medium
(#342)
* Bug fix: data overlay removal did not work (#333)
* Bug fix: submap download did not download selected map (#337)
* Bug fix: styling of notes contains original styling for links (#344)
-- Piotr Gawron <piotr.gawron@uni.lu> Fri, 13 Dec 2024 13:00:00 +0200
......
......@@ -72,7 +72,7 @@ export const BioEntityDrawer = (): React.ReactNode => {
</div>
)}
{bioEntityData.notes && (
<span>
<span className="visited:text-purple-600 text-blue-600 underline hover:text-blue-800">
<hr className="border-b border-b-divide" />
<div
className="mt-2 text-sm font-normal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment