Make WordPress Core

Ticket #60268: 60268.patch

File 60268.patch, 1.5 KB (added by shailu25, 10 months ago)

Patch Added

  • 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 71afab38b7..1041ff5f14 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    803803        }
    804804}
    805805
    806 /* Seperator */
     806/* Separator */
    807807
    808808.wp-block-separator {
    809809        max-width: 100px;
  • src/wp-content/themes/twentynineteen/inc/color-patterns.php

    diff --git a/src/wp-content/themes/twentynineteen/inc/color-patterns.php b/src/wp-content/themes/twentynineteen/inc/color-patterns.php
    index 2295436897..abe3419fa9 100644
    a b function twentynineteen_custom_colors_css() { 
    7272                 * Set background for:
    7373                 * - featured image :before
    7474                 * - featured image :before
    75                  * - post thumbmail :before
    76                  * - post thumbmail :before
     75                 * - post thumbnail :before
     76                 * - post thumbnail :before
    7777                 * - Submenu
    7878                 * - Sticky Post
    7979                 * - buttons
  • 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 de6f19fd53..3b6257acf0 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    292292        outline-offset: -4px;
    293293}
    294294
    295 /* Seperator */
     295/* Separator */
    296296
    297297hr.wp-block-separator {
    298298        border: 0;