mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Desktop: Sidebar: Remove redundant focus indicator (#10443)
This commit is contained in:
parent
2dd27cdd00
commit
73193df120
@ -84,6 +84,11 @@ export const StyledListItemAnchor = styled.a`
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
height: 100%;
|
||||
|
||||
/* A different background color is already used to indicate focus for sidebar list items. */
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export const StyledShareIcon = styled.i`
|
||||
|
Loading…
Reference in New Issue
Block a user