Skip to content

Custom tables in text fields have underlined links

Summary

Links in custom tables of fields of type "Text field with summary" are underlined by default.

main .field--type-text-with-summary a, main .text-component-text.basic_html a, main .text-component-text.restricted_html a, main .text-component-text.cern_full_html a, main .full-html-markup a{
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    text-decoration: underline;
}

Possible fixes

In fields.scss override the main .field--type-text-with-summary a table a not to have text-decoration

Attachments

Screenshot_2020-05-12_at_10.36.26

Edited by Konstantinos Platis