Make WordPress Core

Ticket #60293: 60293.3.patch

File 60293.3.patch, 1.4 KB (added by shailu25, 14 months ago)

Patch Updated

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

    diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
    index d13b29b7ce..a9bf5d483b 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    237237        overflow-x: visible;
    238238}
    239239
    240 .wp-block-table th,
    241 .wp-block-table td {
     240.wp-block-table:not(.is-style-stripes) th,
     241.wp-block-table:not(.is-style-stripes) td {
    242242        border-color: rgba(0, 0, 0, 0.1);
    243243        border-width: 0 1px 1px 0;
    244244}
    245245
     246.wp-block-table:not(.is-style-stripes) table[class*="-text-color"] * {
     247        border-color: inherit;
     248        border: 1px solid;
     249}
     250
    246251/*--------------------------------------------------------------
    2472524.0 Blocks - Layout Elements
    248253--------------------------------------------------------------*/
  • src/wp-content/themes/twentyfourteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
    index c5a1999cd3..9e7f8721ca 100644
    a b Description: Used to style blocks in the editor. 
    196196        text-align: right;
    197197}
    198198
     199.editor-styles-wrapper .wp-block-table:not(.is-style-stripes) table:not([class*="-text-color"]) * {
     200        border-color: rgba(0, 0, 0, 0.1);
     201}
     202
    199203/* Quotes */
    200204
    201205.wp-block-freeform.block-library-rich-text__tinymce blockquote {