Changeset 57587
- Timestamp:
- 02/12/2024 10:46:21 AM (10 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r57311 r57587 511 511 } 512 512 513 .editor-styles-wrapper .wp-block-table table:where(.has-text-color) * { 514 border-color: currentColor; 515 } 516 513 517 .editor-styles-wrapper .wp-block-table tr { 514 518 border: none; -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r57311 r57587 515 515 } 516 516 517 .editor-styles-wrapper .wp-block-table table:where(.has-text-color) * { 518 border-color: currentColor; 519 } 520 517 521 .editor-styles-wrapper .wp-block-table tr { 518 522 border: none; -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r57296 r57587 3357 3357 /* Block: Table ------------------------------ */ 3358 3358 3359 .wp-block-table table:where(:not(.has-text-color)) * { 3360 border-color: inherit; 3361 } 3362 3359 3363 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3360 3364 background: #dcd7ca; -
trunk/src/wp-content/themes/twentytwenty/style.css
r57296 r57587 3377 3377 /* Block: Table ------------------------------ */ 3378 3378 3379 .wp-block-table table:where(:not(.has-text-color)) * { 3380 border-color: inherit; 3381 } 3382 3379 3383 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3380 3384 background: #dcd7ca;
Note: See TracChangeset
for help on using the changeset viewer.