Make WordPress Core

Ticket #56011: 56011.border.diff

File 56011.border.diff, 1.9 KB (added by sabernhardt, 3 months ago)

only removes the border for Plain style Quote blocks

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

     
    683683        letter-spacing: inherit;
    684684}
    685685
     686.editor-styles-wrapper .wp-block-quote.is-style-plain {
     687        border-width: 0;
     688}
     689
    686690.editor-styles-wrapper .wp-block-quote.is-style-large {
    687691        border: none;
    688692        padding: 0;
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    687687        letter-spacing: inherit;
    688688}
    689689
     690.editor-styles-wrapper .wp-block-quote.is-style-plain {
     691        border-width: 0;
     692}
     693
    690694.editor-styles-wrapper .wp-block-quote.is-style-large {
    691695        border: none;
    692696        padding: 0;
  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    34033403        padding: 0 2rem 0 0;
    34043404}
    34053405
     3406/* STYLE: PLAIN */
     3407
     3408.wp-block-quote.is-style-plain {
     3409        border-width: 0;
     3410}
     3411
    34063412/* STYLE: LARGE */
    34073413
    34083414.wp-block-quote.is-large,
  • src/wp-content/themes/twentytwenty/style.css

     
    34273427        /*rtl:end:ignore*/
    34283428}
    34293429
     3430/* STYLE: PLAIN */
     3431
     3432.wp-block-quote.is-style-plain {
     3433        border-width: 0;
     3434}
     3435
    34303436/* STYLE: LARGE */
    34313437
    34323438.wp-block-quote.is-large,