mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 21:39:50 +01:00
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:
parent
6dc1e0ed3b
commit
3bb8f13d6f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user