SeNioR- Posted March 23, 2023 Posted March 23, 2023 (edited) Hi. The code for links includes a lot of unnecessary elements like buttons in the editor or mentions etc. This should be improved, in my opinion. .ipsType_richText a, .ipsApp [data-ipsEditor] .cke_wysiwyg_div a { text-decoration: underline; } Personally, I implemented such a fix, but probably @Ehren will find something better. .ipsType_richText a:not([data-mentionid])[rel], .ipsApp [data-ipsEditor] .cke_wysiwyg_div a:not([data-mentionid]) { text-decoration: underline; } Edited March 23, 2023 by SeNioR- Grafidea 1
Recommended Posts