Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54032, comment 1


Ignore:
Timestamp:
08/28/2021 06:57:25 PM (5 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54032, comment 1

    initial v1  
    11Thanks for the ticket!
    22
    3 The `--wp-admin--admin-bar--height` custom property was just added for (newer) themes with ticket:52623.
     3The `--wp-admin--admin-bar--height` custom property was just added for (newer) themes with ticket:52623, to be available with WordPress 5.9.
    44
    55On that ticket, I discouraged putting the variable in the core style tag now because it affects the front end (IE support was dropped for the admin). Browser support is not quite as much of a concern if a core change would render the toolbar itself more difficult to use in certain old browsers. However, if the toolbar height variable defines that top margin, the top 32-46 pixels of a site could be unusable for some visitors when they log in.