Changeset 49864 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
- Timestamp:
- 12/22/2020 03:00:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
r49574 r49864 1 1 table, 2 2 .wp-block-table { 3 4 thead, 5 tfoot { 6 text-align: center; 7 } 3 8 4 9 th { … … 12 17 13 18 &.is-style-regular .has-background, 19 &.is-style-stripes .has-background, 14 20 &.is-style-stripes .has-background thead tr, 15 21 &.is-style-stripes .has-background tfoot tr, 16 &.is-style-stripes .has-background tbody tr :nth-child(even){22 &.is-style-stripes .has-background tbody tr { 17 23 color: var(--table--has-background-text-color); 18 24 } … … 28 34 tbody tr:nth-child(odd) { 29 35 background-color: var(--table--stripes-background-color); 36 } 37 38 .has-background tbody tr:nth-child(odd) { 39 background-color: var(--global--color-white-90); 30 40 } 31 41 }
Note: See TracChangeset
for help on using the changeset viewer.