From 55bacb8094ac8b0cd35f3746a8fc3595baff56e8 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 21 Oct 2017 16:39:12 -0700 Subject: [PATCH] Fix: active/hover state on document path --- .../components/DocumentMove/components/PathToDocument.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/scenes/Document/components/DocumentMove/components/PathToDocument.js b/frontend/scenes/Document/components/DocumentMove/components/PathToDocument.js index b8ed4f37..82058efd 100644 --- a/frontend/scenes/Document/components/DocumentMove/components/PathToDocument.js +++ b/frontend/scenes/Document/components/DocumentMove/components/PathToDocument.js @@ -38,9 +38,7 @@ const ResultWrapperLink = ResultWrapper.withComponent('a').extend` cursor: pointer; ${StyledGoToIcon} { - svg { - fill: ${color.white}; - } + fill: ${color.white}; } } `;