[wp-trac] [WordPress Trac] #45794: px/rem order reversed in Twenty Twelve blocks.css

WordPress Trac noreply at wordpress.org
Sun Dec 30 11:45:42 UTC 2018


#45794: px/rem order reversed in Twenty Twelve blocks.css
---------------------------+-----------------------------
 Reporter:  superpoincare  |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  5.0.2
 Severity:  minor          |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 In the new blocks.css file for Twenty Twelve, px overrides rem in 2
 styles, when it should be reversed:

 https://github.com/WordPress/WordPress/blob/master/wp-
 content/themes/twentytwelve/css/blocks.css#L100-L109


 {{{
 .wp-block-quote:not(.is-large):not(.is-style-large) {
         border: 0;
         padding: 1.714285714rem;
         padding: 24px;
 }

 .wp-block-quote {
         padding: 1.714285714rem;
         padding: 24px;
 }
 }}}

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


More information about the wp-trac mailing list