mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user