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:
parent
640edbdfbc
commit
6670666b27
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue