Make WordPress Core

Ticket #60293: 60293.2.diff

File 60293.2.diff, 1.2 KB (added by shailu25, 15 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..86703283ac 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[class*="-text-color"] * {
     235    border-color: inherit;
     236    border: 1px solid;
     237}
     238
    234239/*--------------------------------------------------------------
    2352404.0 Blocks - Layout Elements
    236241--------------------------------------------------------------*/
  • 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..8e99da5ada 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([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 {