Make WordPress Core

Ticket #42302: 42302.1.patch

File 42302.1.patch, 549 bytes (added by davidakennedy, 9 years ago)

Update gallery link selectors to make sure they're consistent in widget areas with main content area.

  • src/wp-content/themes/twentyseventeen/style.css

     
    30263026
    30273027.gallery-item a,
    30283028.gallery-item a:hover,
    3029 .gallery-item a:focus {
     3029.gallery-item a:focus,
     3030.widget-area .gallery-item a,
     3031.widget-area .gallery-item a:hover,
     3032.widget-area .gallery-item a:focus {
    30303033        -webkit-box-shadow: none;
    30313034        box-shadow: none;
    30323035        background: none;