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
I've met a bug of html tag a which lost its color when it was pasted into editor.
Steps for Reproduction
Expected behavior: Just like the version 2.x.x, the link will not lose its color.
Actual behavior: The last link in origin content lost its link color in editor.
Platforms:
Browser: Google Chrome(Version 130.0.6723.60) MacBook Pro, MacOs 14.5
Version: 1.3.6
The text was updated successfully, but these errors were encountered:
Quill adds a style directly on the anker that inherits the color from the parent.
It would be good to remove that and leave the general style for ankers to the users of the module.
Here is a bad-practise workaround.
.quill-editor a { color: #yourColor !important; }
Sorry, something went wrong.
No branches or pull requests
I've met a bug of html tag a which lost its color when it was pasted into editor.
Steps for Reproduction
Expected behavior:
Just like the version 2.x.x, the link will not lose its color.
Actual behavior:
The last link in origin content lost its link color in editor.
Platforms:
Browser: Google Chrome(Version 130.0.6723.60)
MacBook Pro, MacOs 14.5
Version: 1.3.6
The text was updated successfully, but these errors were encountered: