Twenty Seventeen: Remove bottom border (box-shadow) from linked images.

Props mikachan, sabernhardt, nidhidhandhukiya, mukesh27, scruffian.
Fixes #55141.

git-svn-id: https://develop.svn.wordpress.org/trunk@52740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-02-16 13:44:34 +00:00
parent 6dc1e0ed3b
commit 3bb8f13d6f

View File

@ -60,6 +60,16 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-left: 1.5em;
}
.wp-block-image a,
.wp-block-image a:hover,
.wp-block-image a:focus,
.widget-area .wp-block-image a,
.widget-area .wp-block-image a:hover,
.widget-area .wp-block-image a:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/* Gallery */
.wp-block-gallery {