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,11 +38,9 @@ const ResultWrapperLink = ResultWrapper.withComponent('a').extend`
cursor: pointer; cursor: pointer;
${StyledGoToIcon} { ${StyledGoToIcon} {
svg {
fill: ${color.white}; fill: ${color.white};
} }
} }
}
`; `;
type Props = { type Props = {