Make WordPress Core

Changeset 58103


Ignore:
Timestamp:
05/06/2024 02:00:16 PM (2 years ago)
Author:
karmatosed
Message:

Twenty Thirteen: Updates table font size in editor and front.

The table font size wasn't reflecting in editor and front. What this does is keep the default and adds in an inherit.

Props umesh84, desrosj, shailu25, harshgajipara, darshitrajyaguru97, itpathsolutions.
Fixes #56204.

Location:
trunk/src/wp-content/themes/twentythirteen/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/css/blocks.css

    r56940 r58103  
    291291}
    292292
     293.wp-block-table[style*="font-size"] *,
     294.wp-block-table[class*="-font-size"] * {
     295        font-size: inherit;
     296}
     297
    293298body:not(.sidebar) .wp-block-table.alignwide,
    294299body:not(.sidebar) .wp-block-table.alignfull {
  • trunk/src/wp-content/themes/twentythirteen/css/editor-blocks.css

    r51192 r58103  
    332332}
    333333
     334.editor-styles-wrapper .wp-block-table[style*="font-size"] *,
     335.editor-styles-wrapper .wp-block-table[class*="-font-size"] * {
     336        font-size: inherit;
     337}
     338
    334339/*--------------------------------------------------------------
    3353406.0 Blocks - Layout Elements
Note: See TracChangeset for help on using the changeset viewer.