Voog / wysihtml

Open source rich text editor for the modern web

Home Page:http://wysihtml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link color can't be changes

kaspar-naaber opened this issue · comments

In some cases the links color can't be changed.

Steps to reproduce:

  • Style the link in a specific section. For example:
.content-area a {
  color: red;
}
  • Apply color (for example green) with the editor. It will output the following code:
<span style="color: green;"><a href="#">My link</a></span>
  • Link remains red.