Make WordPress Core

Ticket #59919: 59919.4.patch

File 59919.4.patch, 1.9 KB (added by shailu25, 21 months ago)

Updated Patch.

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

    diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
    index c631e94053..e46160fff2 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    216216        text-transform: none;
    217217}
    218218
     219.wp-block-pullquote[class*="-font-size"] blockquote,
     220.wp-block-pullquote[class*="-font-size"] blockquote p,
     221.wp-block-pullquote[class*="-font-size"] cite,
     222.wp-block-pullquote[style*="font-size"] blockquote,
     223.wp-block-pullquote[style*="font-size"] blockquote p,
     224.wp-block-pullquote[style*="font-size"] cite {
     225        font-size: inherit;
     226}
     227
     228.wp-block-pullquote[style*="line-height"] blockquote,
     229.wp-block-pullquote[style*="line-height"] blockquote p,
     230.wp-block-pullquote[style*="line-height"] cite {
     231        line-height: inherit;
     232}
     233
    219234.wp-block-pullquote cite:before {
    220235        content: "\2014\00a0";
    221236}
  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
    index fb79e47200..097d045567 100644
    a b figure[class*="wp-block-"] > figcaption { 
    536536        color: inherit;
    537537}
    538538
     539.wp-block-pullquote[class*="-font-size"] blockquote,
     540.wp-block-pullquote[class*="-font-size"] blockquote p,
     541.wp-block-pullquote[class*="-font-size"] cite,
     542.wp-block-pullquote[style*="font-size"] blockquote,
     543.wp-block-pullquote[style*="font-size"] blockquote p,
     544.wp-block-pullquote[style*="font-size"] cite {
     545        font-size: inherit;
     546}
     547       
     548.wp-block-pullquote[style*="line-height"] blockquote,
     549.wp-block-pullquote[style*="line-height"] blockquote p,
     550.wp-block-pullquote[style*="line-height"] cite {
     551        line-height: inherit;
     552}
     553
    539554.wp-block-pullquote .wp-block-pullquote__citation:before {
    540555        content: "\2014\00a0";
    541556}