fix: Improve accessibility of buttons / tab indexes with tooltips
This commit is contained in:
@@ -140,6 +140,12 @@ const StyledNavLink = styled(NavLink)`
|
||||
color: ${props => props.theme.text};
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: ${props => props.theme.text};
|
||||
background: ${props => props.theme.sidebarItemBackground};
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
> ${Action} {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user