mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed text editor button tooltips
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