Make WordPress Core

Ticket #56011: #56011.patch

File #56011.patch, 1.9 KB (added by kajalgohel, 2 years ago)

added patch for removing border of Plain styles from Quote block

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    625625        margin: 0;
    626626}
    627627
     628.editor-styles-wrapper blockquote.is-style-plain {
     629        border: none;
     630        padding: 5px 0 5px 0;
     631}
     632
    628633.editor-styles-wrapper .wp-block-quote {
    629634        border-color: #cd2653;
    630635        border-style: solid;
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    625625        margin: 0;
    626626}
    627627
     628.editor-styles-wrapper blockquote.is-style-plain {
     629        border: none;
     630        padding: 5px 0 5px 0;
     631}
     632
    628633.editor-styles-wrapper .wp-block-quote {
    629634        border-color: #cd2653;
    630635        border-style: solid;
  • wp-content/themes/twentytwenty/style-rtl.css

     
    53055305                font-size: 2.8rem;
    53065306        }
    53075307
     5308        .wp-block-quote.is-style-plain {
     5309                border: none;
     5310                padding: 0.25em 0 0.25em 0;
     5311        }
     5312
    53085313        /* BLOCK: SEPARATOR */
    53095314
    53105315        hr.wp-block-separator {
  • wp-content/themes/twentytwenty/style.css

     
    53615361                font-size: 2.8rem;
    53625362        }
    53635363
     5364        .wp-block-quote.is-style-plain {
     5365                border: none;
     5366                padding: 0.25em 0 0.25em 0;
     5367        }
     5368
    53645369        /* BLOCK: SEPARATOR */
    53655370
    53665371        hr.wp-block-separator {