Changeset 49867 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
- Timestamp:
- 12/22/2020 04:15:41 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
r49574 r49867 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.