Make WordPress Core

Ticket #58526: 58526.diff

File 58526.diff, 1000 bytes (added by thakordarshil, 2 years ago)

Patch Added

  • src/wp-content/themes/twentyfifteen/css/blocks.css

    diff --git a/src/wp-content/themes/twentyfifteen/css/blocks.css b/src/wp-content/themes/twentyfifteen/css/blocks.css
    index df5b7515e4..b4b4ebd440 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    391391        font-weight: 700;
    392392        line-height: 1.5;
    393393        padding: 0.7917em 1.5em;
    394         text-transform: uppercase;
     394        text-transform: inherit;
    395395        vertical-align: baseline;
    396396}
    397397
  • src/wp-content/themes/twentyfifteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
    index 860ca9c162..1dce23cbfb 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    750750        font-weight: 700;
    751751        line-height: 1.5;
    752752        padding: 0.7917em 1.5em;
    753         text-transform: uppercase;
     753        text-transform: inherit;
    754754        vertical-align: baseline;
    755755}
    756756