From 9d294d7ea1af90bbb4cc5444dc9b99a4f53b64e0 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Tue, 24 Oct 2017 21:52:40 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyseventeen/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 9a82c945e1..cd526107bf 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -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;