Make WordPress Core

Changeset 42004


Ignore:
Timestamp:
10/24/2017 09:52:40 PM (7 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Make gallery link styles consistent in all widget areas

Removes the box shadow on gallery links in footer widget areas so they're consistent with the sidebar widget area.

Props transl8or, sami.keijonen, davidakennedy.

Fixes #42302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/style.css

    r41888 r42004  
    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;
Note: See TracChangeset for help on using the changeset viewer.