Remember when we added the `style` attribute to playlists? Fix `dark`.
Props karpstrucking. Fixes #29530. Built from https://develop.svn.wordpress.org/trunk@29814 git-svn-id: http://core.svn.wordpress.org/trunk@29580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8c913b3f9
commit
067feb9691
|
@ -218,11 +218,11 @@ video.wp-video-shortcode,
|
|||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-item {
|
||||
.wp-playlist-light .wp-playlist-caption {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-item {
|
||||
.wp-playlist-dark .wp-playlist-caption {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue