[wp-trac] [WordPress Trac] #46530: CSS line-height values should be unitless - media.css

WordPress Trac noreply at wordpress.org
Thu May 30 16:35:14 UTC 2019


#46530: CSS line-height values should be unitless - media.css
-------------------------------------+-------------------------------------
 Reporter:  ianbelanger              |       Owner:  ianbelanger
     Type:  defect (bug)             |      Status:  assigned
 Priority:  normal                   |   Milestone:  5.3
Component:  Media                    |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  ui, administration,
  good-first-bug                     |  coding-standards
-------------------------------------+-------------------------------------

Comment (by SergeyBiryukov):

 {{{
 /* This does not belong here, it has nothing to do with media */
 #poststuff .inside .the-tagcloud {
         …
 }
 }}}

 Originally introduced in [9518], accidentally ended up in Media section
 after the reorganization in [16136].

 Same for these styles for the update form in `wp-admin/update-core.php`:
 {{{
 ul#dismissed-updates {
         display: none;
 }

 form.upgrade {
         margin-top: 8px;
 }

 form.upgrade .hint {
         font-style: italic;
         font-size: 85%;
         margin: -0.5em 0 2em 0;
 }
 }}}
 They ended up accidentally duplicated in both Notifications and Media
 sections as part of the same reorganization. They still exist in
 [source:tags/5.2.1/src/wp-
 admin/css/common.css?marks=1564-1566,1577-1585#L1563 wp-
 admin/css/common.css], the duplicates can be removed.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46530#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list