Changes between Version 1 and Version 2 of Ticket #48814, comment 20
- Timestamp:
- 05/19/2020 08:40:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48814, comment 20
v1 v2 9 9 `table-cell` and `width: auto !important` will not allow for the targeted `td`s to occupy the full-width of the parent element. 10 10 11 It is also why th isrule...11 It is also why the following rule... 12 12 13 13 {{{ … … 19 19 ---- 20 20 21 In th is rule, WordPress avoids applying styling to `tr` elementsusing `:not()` - like:21 In the following rule, WordPress avoids applying styling to certain `tr` elements (including the dynamic `.inline-edit-row` one) using `:not()` - like: 22 22 23 23 {{{ … … 25 25 }}} 26 26 27 I believe the non-breaking change here would have been to leave the `display: block;` it and also avoid styling `unspam` columns, like:27 I believe the non-breaking change here would have been to leave the `display: block;` alone, and then to add the `unspam` and `untrash` classes to the group of row classes not to target, like: 28 28 29 29 {{{