1
0
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:
Henry Heino 2024-05-21 02:14:49 -07:00 committed by GitHub
parent 2dd27cdd00
commit 73193df120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`