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:
parent
42642041dd
commit
a906f897a2
|
@ -806,7 +806,7 @@
|
||||||
transition: opacity .1s;
|
transition: opacity .1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-select .attachment .thumbnail {
|
.media-frame.mode-grid.mode-select .attachment .thumbnail {
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -806,7 +806,7 @@
|
||||||
transition: opacity .1s;
|
transition: opacity .1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame.mode-select .attachment .thumbnail {
|
.media-frame.mode-grid.mode-select .attachment .thumbnail {
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue