Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61180, comment 3


Ignore:
Timestamp:
05/21/2024 01:51:40 PM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61180, comment 3

    initial v1  
    11I //think// I'm done adding patches :)
    22
    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).
     3The `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).
    44
    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.
     5The 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"].