[wp-trac] [WordPress Trac] #46494: CSS line-height values should be unitless - customize-controls.css

WordPress Trac noreply at wordpress.org
Thu Mar 14 20:47:47 UTC 2019


#46494: CSS line-height values should be unitless - customize-controls.css
-------------------------------------+-------------------------------------
 Reporter:  ianbelanger              |      Owner:  ianbelanger
     Type:  defect (bug)             |     Status:  assigned
 Priority:  normal                   |  Milestone:  Awaiting Review
Component:  General                  |    Version:
 Severity:  normal                   |   Keywords:  has-patch needs-testing
  Focuses:  ui, administration,      |  good-first-bug
  coding-standards                   |
-------------------------------------+-------------------------------------
 As 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.

 This ticket covers much of `wp-admin/css/customize-controls.css`, see
 patch notes below

 Note: 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

 **Patch Notes:**

 Unchanged line-height values that use units (I could not find a good
 unitless solution that would work across all browsers and admin pages)
 {{{
 line 443 - #customize-controls .customize-pane-child .customize-section-
 title h3, #customize-controls .customize-pane-child h3.customize-section-
 title, #customize-outer-theme-controls .customize-pane-child .customize-
 section-title h3, #customize-outer-theme-controls .customize-pane-child h3
 .customize-section-title, #customize-controls .customize-info .panel-title
 line 755 - .customize-section-title h3, h3.customize-section-title (This
 style is overidden by the above rule anyway and could probably be removed)
 line 983 - .customize-control-color .color-picker, .customize-control-
 upload div
 line 2900 - #available-widgets .customize-section-title h3, #available-
 menu-items .customize-section-title h3
 }}}

 Still unable to find selectors anywhere in the DOM
 {{{
 line 1271 - .accordion-section .dropdown-content
 line 1405 - .customize-control-header .inner, .customize-control-header
 .inner .dashicons
 line 1869 - .control-section .customize-section-text-before
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46494>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list