Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46526


Ignore:
Timestamp:
03/15/2019 03:46:19 PM (6 years ago)
Author:
ianbelanger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46526 – Description

    initial v1  
    11As outlined in #44643, CSS line-height values should be unitless `unless necessary to be defined as a specific pixel value`. It was suggested that we break up 44643 by stylesheet in order to better track them.
    22
    3 This ticket covers `wp-includes/css/buttons.css`
     3This ticket covers much of `wp-includes/css/buttons.css`, see patch notes below
    44
    55Note: The patch was tested only on a Windows machine in Chrome, Firefox, IE11 and Edge. As per https://core.trac.wordpress.org/ticket/44643#comment:23 it should probably be tested on other OS's and supported browsers.
     6
     7**Patch Notes:**
     8
     9Unable to find selectors in the DOM. It appears that this particular selector no longer exists in core
     10{{{
     11line 360 - #media-upload.wp-core-ui .button
     12}}}