We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The addon doesn't work on the links I use on one of my pages (on the intranet) which contain svg icons. I got the minimal example below:
<a href="mailto:[email protected]&subject=Example" title="Create an empty email addressed to everyone in this section"> <svg class="MuiSvgIcon-root" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"> <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"></path> </svg> </a>
I stipped down all classes except this one:
.MuiSvgIcon-root { fill: currentColor; width: 1em; height: 1em; display: inline-block; font-size: 1.5rem; transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; flex-shrink: 0; user-select: none; }
As soon as I replace the inner HTML with a text, it works.
The text was updated successfully, but these errors were encountered:
Weird! Ummm... wanna take a shot at fixing it? I'll accept a PR 😀 ... otherwise, will take a look when I have a moment...
Sorry, something went wrong.
Support links with contents
97b8179
fixes jonroig#2
Successfully merging a pull request may close this issue.
The addon doesn't work on the links I use on one of my pages (on the intranet) which contain svg icons. I got the minimal example below:
I stipped down all classes except this one:
As soon as I replace the inner HTML with a text, it works.
The text was updated successfully, but these errors were encountered: