Media: Apply attachment opacity only in grid mode.

see #28842.

git-svn-id: https://develop.svn.wordpress.org/trunk@29500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-15 10:02:59 +00:00
parent 2bac022b4c
commit 9a331801d5
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@
transition: opacity .1s;
}
.media-frame.mode-select .attachment .thumbnail {
.media-frame.mode-grid.mode-select .attachment .thumbnail {
opacity: 0.65;
}