Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Emotion] Convert EuiMarkdownEditor #7738

Merged
merged 17 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/components/markdown_editor/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
@import 'markdown_editor_preview';
@import 'markdown_editor_text_area';
@import 'markdown_editor_toolbar';
@import 'plugins/markdown_tooltip';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const tooltipMarkdownRenderer: FunctionComponent<
<strong>{children}</strong>
<EuiIcon
type="questionInCircle"
className="euiMarkdownTooltip__icon"
// This is to offset the tooltip icon, which isn't perfectly centered
css={{ transform: 'translateY(-1px)' }}
mgadewoll marked this conversation as resolved.
Show resolved Hide resolved
/>
</span>
</EuiToolTip>
Expand Down