There was an error while loading. Please reload this page.
1 parent d3ecb4e commit 106cc0fCopy full SHA for 106cc0f
1 file changed
packages/eui/src/components/tool_tip/tool_tip.styles.ts
@@ -44,7 +44,7 @@ export const euiToolTipStyles = (euiThemeContext: UseEuiTheme) => {
44
${logicalCSS('max-width', '256px')}
45
overflow-wrap: break-word;
46
padding: ${euiTheme.size.s};
47
- ${euiFontSize(euiThemeContext, 's')}
+ ${euiFontSize(euiThemeContext, 'xs')}
48
49
position: absolute;
50
@@ -59,10 +59,6 @@ export const euiToolTipStyles = (euiThemeContext: UseEuiTheme) => {
59
ease-out ${euiTheme.animation.fast} both;
60
}
61
`,
62
- // Sizes
63
- s: css`
64
- ${euiFontSize(euiThemeContext, 'xs')}
65
- `,
66
// Positions - kept for component compatibility. Animation is in the base style.
67
top: css``,
68
bottom: css``,
0 commit comments