Interferes with css background
-
The plugin interferes with anchors where theme adds a background image or colour. In some cases (where theme reverses text and background colours), the plugin makes the link text invisible.
The following change in sem-external-links.css solves the problem:
a.external_icon:after { content: url(external.png); padding-left: 3px; }
My suggestion is to incorporate this change in the plugin by default.
Additionally, a svg image would be better suited for modern web than png.
- The topic ‘Interferes with css background’ is closed to new replies.