Jump to content

[Suggestion] Better code for links


SeNioR-

Recommended Posts

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-
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...