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. Built from https://develop.svn.wordpress.org/trunk@42004 git-svn-id: http://core.svn.wordpress.org/trunk@41838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a1ec65b695
commit
55c8978f1f
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-beta3-42003';
|
||||
$wp_version = '4.9-beta3-42004';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue