Make WordPress Core

Ticket #61441: 61441.diff

File 61441.diff, 551 bytes (added by sabernhardt, 8 months ago)

adds underline to links when in the post editor (Classic or block)

  • src/wp-content/themes/twentyfourteen/css/editor-style.css

     
    294294        outline: 0;
    295295}
    296296
     297:where(.mce-content-body[class*="post-type-"], .wp-block-post-content) a {
     298        text-decoration: underline;
     299}
    297300
     301
    298302/**
    299303 * 5.0 Alignment
    300304 * ----------------------------------------------------------------------------