feat: Allow templates from any collection to be used

fix: Hover state of context menu items with icons
This commit is contained in:
Tom Moor
2021-06-13 17:43:50 -07:00
parent beee8ebee7
commit 470920e2c3
2 changed files with 33 additions and 22 deletions

View File

@ -101,7 +101,8 @@ export const MenuAnchor = styled.a`
? "pointer-events: none;"
: `
&:hover,
&:hover,
&:focus,
&.focus-visible {
color: ${props.theme.white};
background: ${props.theme.primary};
@ -112,11 +113,6 @@ export const MenuAnchor = styled.a`
fill: ${props.theme.white};
}
}
&:focus {
color: ${props.theme.white};
background: ${props.theme.primary};
}
`};
${breakpoint("tablet")`