Fix: active/hover state on document path

This commit is contained in:
Tom Moor
2017-10-21 16:39:12 -07:00
parent a909bf86b4
commit 55bacb8094

View File

@ -38,9 +38,7 @@ const ResultWrapperLink = ResultWrapper.withComponent('a').extend`
cursor: pointer;
${StyledGoToIcon} {
svg {
fill: ${color.white};
}
fill: ${color.white};
}
}
`;