mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Desktop: Fixed text editor button tooltips
This commit is contained in:
parent
bd2081c3b6
commit
f20b8c2dc6
@ -38,6 +38,7 @@ const iconStyle = css<IconProps>`
|
||||
font-size: ${(props:IconProps) => props.theme.toolbarIconSize}px;
|
||||
color: ${(props:IconProps) => props.theme.color3};
|
||||
margin-right: ${(props:IconProps) => props.title ? 5 : 0}px;
|
||||
pointer-events: none; /* Need this to get button tooltip to work */
|
||||
`;
|
||||
|
||||
export const StyledIconI = styled.i`${iconStyle}`;
|
||||
|
Loading…
Reference in New Issue
Block a user