mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
revert hinting against title
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
577e8e289c
commit
63b7d4e19a
@ -43,7 +43,6 @@ export interface IconProps extends React.HTMLAttributes<any>, TooltipDecoratorPr
|
|||||||
focusable?: boolean; // allow focus to the icon + show .active styles (default: "true", when icon is interactive)
|
focusable?: boolean; // allow focus to the icon + show .active styles (default: "true", when icon is interactive)
|
||||||
sticker?: boolean;
|
sticker?: boolean;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
title?: undefined; // to suggest to TS users to use tooltip instead
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@withTooltip
|
@withTooltip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user