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:
parent
a3f6767a45
commit
c2dc27adfd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user