Make WordPress Core

Ticket #56157: 56157.2.patch

File 56157.2.patch, 1014 bytes (added by sabernhardt, 20 months ago)

inheriting font size only when user selects a size in the Table block

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

     
    33633363        border-collapse: inherit;
    33643364}
    33653365
     3366.wp-block-table[class*="-font-size"] table,
     3367.wp-block-table[style*="font-size"] table {
     3368        font-size: inherit;
     3369}
     3370
    33663371/* Block: Quote ------------------------------ */
    33673372
    33683373.wp-block-quote p,
  • src/wp-content/themes/twentytwenty/style.css

     
    33833383        border-collapse: inherit;
    33843384}
    33853385
     3386.wp-block-table[class*="-font-size"] table,
     3387.wp-block-table[style*="font-size"] table {
     3388        font-size: inherit;
     3389}
     3390
    33863391/* Block: Quote ------------------------------ */
    33873392
    33883393.wp-block-quote p,