Changes between Initial Version and Version 1 of Ticket #61180, comment 3
- Timestamp:
- 05/21/2024 01:51:40 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61180, comment 3
initial v1 1 1 I //think// I'm done adding patches :) 2 2 3 The `li:before` ruleset can be removed from `editor-blocks.css` now. It had canceled out [https://core.trac.wordpress.org/changeset/44307/trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css 'content: counter(item)' styles], which were removed from the themein version 1.9 (only a few weeks after 1.8 and WordPress 5.0).3 The `li:before` ruleset can be removed from `editor-blocks.css` now. It had canceled out [https://core.trac.wordpress.org/changeset/44307/trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css 'content: counter(item)' styles], which were removed from the **theme** in version 1.9 (only a few weeks after 1.8 and WordPress 5.0). 4 4 5 The links do not seem to need the extra `.editor-styles-wrapper` class with WordPress 6.5, but they apparently needed an extra class with 5.0. I just updated the class name and kept the same specificity .5 The links do not seem to need the extra `.editor-styles-wrapper` class with WordPress 6.5, but they apparently needed an extra class with 5.0. I just updated the class name and kept the same specificity in [attachment:"61180.alt2.patch"].