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

git-svn-id: http://core.svn.wordpress.org/trunk@22336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-30 23:16:28 +00:00
parent 640edbdfbc
commit 6670666b27
1 changed files with 0 additions and 6 deletions

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;