TinyMCE emoji: fix highlighting of selected replacement images in Chrome.

Props iseulde. Fixes #31628.

git-svn-id: https://develop.svn.wordpress.org/trunk@31822 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-03-18 21:53:36 +00:00
parent a3f6767a45
commit c2dc27adfd
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ dl.wp-caption * {
}
/* Remove blue highlighting of selected images in WebKit */
img::selection {
img[data-mce-selected]::selection {
background-color: transparent;
}
@ -162,7 +162,7 @@ img::selection {
cursor: default;
}
.mce-content-body img[data-wp-more][data-mce-selected] {
.mce-content-body img[data-mce-placeholder][data-mce-selected] {
outline: 1px dotted #888;
}