Jump to content

Featured Replies

Posted

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;
}

Could contain: Page, Text, File

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 by SeNioR-

Recently Browsing 0

  • No registered users viewing this page.