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. git-svn-id: https://develop.svn.wordpress.org/trunk@42004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e28dfcd584
commit
9d294d7ea1
@ -3026,7 +3026,10 @@ p > object:only-child {
|
||||
|
||||
.gallery-item a,
|
||||
.gallery-item a:hover,
|
||||
.gallery-item a:focus {
|
||||
.gallery-item a:focus,
|
||||
.widget-area .gallery-item a,
|
||||
.widget-area .gallery-item a:hover,
|
||||
.widget-area .gallery-item a:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
|
Loading…
Reference in New Issue
Block a user