diff --git a/package-lock.json b/package-lock.json index cf6bad52..3e8625e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mgportalv2", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mgportalv2", - "version": "2.1.2", + "version": "2.1.3", "license": "ISC", "dependencies": { "@googlemaps/markerclustererplus": "1.2.10", diff --git a/package.json b/package.json index ac543ef9..823e4fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mgportalv2", - "version": "2.1.2", + "version": "2.1.3", "description": "Web Client for the Mgnify service at EBI", "homepage": "https://github.com/EBI-Metagenomics/ebi-metagenomics-client#readme", "main": "src/index.tsx", diff --git a/src/App.css b/src/App.css index e9686c96..927e638c 100644 --- a/src/App.css +++ b/src/App.css @@ -117,4 +117,9 @@ pre.vf-code-example__pre > button { .eez-abbr { cursor: help; text-decoration: none; +} + +#mgnify-mega-menu .vf-navigation__link:visited:hover { + color: #3b6fb6; + text-decoration: underline; } \ No newline at end of file diff --git a/src/components/Nav/MegaMenu/index.tsx b/src/components/Nav/MegaMenu/index.tsx index a567d16b..4b1e42e3 100644 --- a/src/components/Nav/MegaMenu/index.tsx +++ b/src/components/Nav/MegaMenu/index.tsx @@ -51,7 +51,11 @@ const MegaMenu: React.FC = () => { return (
-
+