Media: Apply attachment opacity only in grid mode.

see #28842.
Built from https://develop.svn.wordpress.org/trunk@29500


git-svn-id: http://core.svn.wordpress.org/trunk@29278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-08-15 10:03:17 +00:00
parent 42642041dd
commit a906f897a2
4 changed files with 4 additions and 4 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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long