Media CSS: Remove inner shadow when attachment is selected. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22336 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-30 23:16:28 +00:00
parent ee6bda8ddd
commit c67117e150

View File

@ -299,12 +299,6 @@
overflow: hidden;
}
.attachment.selected .attachment-preview:after {
box-shadow:
inset 0 0 0 1px rgba( 0, 0, 0, 0.1 ),
inset 0 0 10px 5px rgba( 0, 0, 0, 0.2 );
}
.attachment .thumbnail img {
top: 0;
left: 0;