[wp-trac] [WordPress Trac] #38969: Twenty Seventeen: Pictures of a gallery, viewed live in the Customizer have a dark border

WordPress Trac noreply at wordpress.org
Mon Nov 28 21:01:12 UTC 2016


#38969: Twenty Seventeen: Pictures of a gallery, viewed live in the Customizer have
a dark border
---------------------------+----------------------------
 Reporter:  transl8or      |       Owner:  davidakennedy
     Type:  defect (bug)   |      Status:  assigned
 Priority:  normal         |   Milestone:  4.7
Component:  Bundled Theme  |     Version:  trunk
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:  ui
---------------------------+----------------------------
Changes (by afercia):

 * keywords:   => needs-patch
 * owner:   => davidakennedy
 * status:  new => assigned
 * milestone:  Awaiting Review => 4.7


Comment:

 @transl8or good catch, thanks! Looks like the relevant CSS rule in
 `colors-dark.css` misses the `.colors-dark` selector:

 {{{
 .entry-content a img,
 .widget a img {
         -webkit-box-shadow: 0 0 0 8px #222;
         box-shadow: 0 0 0 8px #222;
 }
 }}}

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


More information about the wp-trac mailing list