File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -585,6 +585,7 @@ const Tooltip = ({
585585 className = { classNames (
586586 'react-tooltip' ,
587587 coreStyles [ 'tooltip' ] ,
588+ styles [ 'tooltip' ] ,
588589 styles [ variant ] ,
589590 className ,
590591 `react-tooltip__place-${ actualPlacement } ` ,
Original file line number Diff line number Diff line change 11.tooltip {
22 visibility : hidden;
3- width : max-content;
43 position : absolute;
54 top : 0 ;
65 left : 0 ;
7- padding : 8px 16px ;
8- border-radius : 3px ;
9- font-size : 90% ;
106 pointer-events : none;
117 opacity : 0 ;
128 transition : opacity 0.3s ease-out;
Original file line number Diff line number Diff line change 1+ .tooltip {
2+ padding : 8px 16px ;
3+ border-radius : 3px ;
4+ font-size : 90% ;
5+ width : max-content;
6+ }
7+
18.arrow {
29 width : 8px ;
310 height : 8px ;
You can’t perform that action at this time.
0 commit comments