Make WordPress Core

Ticket #60293: 60293.diff

File 60293.diff, 1.3 KB (added by shailu25, 16 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 67d205aa28..eb546d8dee 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    231231        border-width: 0 1px 1px 0;
    232232}
    233233
     234.wp-block-table table.has-text-color th,
     235.wp-block-table table.has-text-color td {
     236        border-color: inherit;
     237        border: 1px solid;
     238}
     239
    234240/*--------------------------------------------------------------
    2352414.0 Blocks - Layout Elements
    236242--------------------------------------------------------------*/
  • 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 39f55255b1..dba34281ff 100644
    a b Description: Used to style blocks in the editor. 
    196196        text-align: right;
    197197}
    198198
     199.editor-styles-wrapper .wp-block-table table:not(.has-text-color) th,
     200.editor-styles-wrapper .wp-block-table table:not(.has-text-color) td {
     201    border-color: rgba(0, 0, 0, 0.1);
     202}
     203
    199204/* Quotes */
    200205
    201206.wp-block-freeform.block-library-rich-text__tinymce blockquote {