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:
parent
ee6bda8ddd
commit
c67117e150
@ -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
Block a user