Make WordPress Core

Ticket #59919: 59919.2.patch

File 59919.2.patch, 1.5 KB (added by shailu25, 2 years 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 3b6257acf0..aeb5e6bd87 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    208208        content: "\2014\00a0";
    209209}
    210210
     211.wp-block-pullquote[class*="-font-size"] blockquote,
     212.wp-block-pullquote[class*="-font-size"] blockquote p,
     213.wp-block-pullquote[style*="font-size"] blockquote,
     214.wp-block-pullquote[style*="font-size"] blockquote p {
     215        font-size: inherit;
     216}
     217
     218.wp-block-pullquote[style*="line-height"] blockquote{
     219        line-height: inherit;
     220}
     221
     222
    211223/* Table */
    212224
    213225.wp-block-table,
  • 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 6fd2ddb01e..00f71e065c 100644
    a b Description: Used to style blocks in the editor. 
    531531        content: "\2014\00a0";
    532532}
    533533
     534.wp-block-pullquote[class*="-font-size"] blockquote,
     535.wp-block-pullquote[class*="-font-size"] blockquote p,
     536.wp-block-pullquote[style*="font-size"] blockquote,
     537.wp-block-pullquote[style*="font-size"] blockquote p {
     538        font-size: inherit;
     539}
     540
     541.wp-block-pullquote[style*="line-height"] blockquote{
     542        line-height: inherit;
     543}
     544
    534545/* Table */
    535546
    536547.editor-block-list__block table.wp-block-table th,