diff --git a/src/Gargantext/Components/GraphExplorer/Sidebar.purs b/src/Gargantext/Components/GraphExplorer/Sidebar.purs index 7c7133cd82c04f5e0dac2d9d3e1f4c691a7edfc9..6caf3b7b7865fc2000457a8785a6d56e70e33046 100644 --- a/src/Gargantext/Components/GraphExplorer/Sidebar.purs +++ b/src/Gargantext/Components/GraphExplorer/Sidebar.purs @@ -259,7 +259,8 @@ neighborhoodCpt = here.component "neighborhood" cpt , role: "tabpanel" } ((\node -> badge { maxSize, minSize, node, selectedNodeIds }) <$> displayBadges) <> - RH.a { on: { click: toggleUnfold state} } [ RH.text stateText ] + RH.a { className: "" -- with empty class name, bootstrap renders this blue + , on: { click: toggleUnfold state} } [ RH.text stateText ] ] where toggleUnfold state = T.modify_ flipFold state