Ticket #52129: 52129.patch
File 52129.patch, 1.0 KB (added by , 4 years ago) |
---|
-
wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
27 27 28 28 tbody tr:nth-child(odd) { 29 29 background-color: var(--table--stripes-background-color); 30 color: var(--table--has-background-text-color); 30 31 } 31 32 } 32 33 } -
wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss
31 31 32 32 tbody tr:nth-child(odd) { 33 33 background-color: var(--table--stripes-background-color); 34 color: var(--table--has-background-text-color); 34 35 } 35 36 } 36 37 }