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

use specific formatting only for a href

parent d57a5c00
No related branches found
No related tags found
2 merge requests!381Resolve "Formatting of text in the notes looks like a hyperlink",!380Resolve "[MIN-194] Display user grouped overlays"
Pipeline #100993 passed with warnings
minerva-front (18.1.1) stable; urgency=medium
* Bug fix: styling of notes reset only for a href (#334)
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 04 Feb 2025 16:00:00 +0200
minerva-front (18.1.0) stable; urgency=medium
* Small improvement: support for links that should be opened immediately
(#342)
......@@ -6,7 +11,6 @@ minerva-front (18.1.0) stable; urgency=medium
* 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> Thu, 30 Jan 2025 15:00:00 +0200
minerva-front (18.0.7) stable; urgency=medium
......
......@@ -75,7 +75,7 @@ export const BioEntityDrawer = (): React.ReactNode => {
</div>
)}
{bioEntityData.notes && (
<span className="visited:text-purple-600 text-blue-600 underline hover:text-blue-800">
<span className="[&_a]:visited:text-purple-600 [&_a]:text-blue-600 [&_a]:underline [&_a]: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