Ticket #58022: 58022.2.patch
File 58022.2.patch, 2.2 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
544 544 padding: 0; 545 545 } 546 546 547 .editor-styles-wrapper .wp-block-table table:where(.has-text-color) * { 548 border-color: currentColor; 549 } 550 547 551 .editor-styles-wrapper .wp-block-table .wp-block-table__cell-content { 548 552 padding: 0.5em; 549 553 } -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
548 548 padding: 0; 549 549 } 550 550 551 .editor-styles-wrapper .wp-block-table table:where(.has-text-color) * { 552 border-color: currentColor; 553 } 554 551 555 .editor-styles-wrapper .wp-block-table .wp-block-table__cell-content { 552 556 padding: 0.5em; 553 557 } -
src/wp-content/themes/twentytwenty/style-rtl.css
3346 3346 3347 3347 /* Block: Table ------------------------------ */ 3348 3348 3349 .wp-block-table table * { 3350 border-color: inherit; 3351 } 3352 3353 .wp-block-table table:where(.has-text-color) * { 3354 border-color: currentColor; 3355 } 3356 3349 3357 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3350 3358 background: #dcd7ca; 3351 3359 } -
src/wp-content/themes/twentytwenty/style.css
3366 3366 3367 3367 /* Block: Table ------------------------------ */ 3368 3368 3369 .wp-block-table table * { 3370 border-color: inherit; 3371 } 3372 3373 .wp-block-table table:where(.has-text-color) * { 3374 border-color: currentColor; 3375 } 3376 3369 3377 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3370 3378 background: #dcd7ca; 3371 3379 }