TinyMCE: fix black outline around _moz_abspos
. This is added in Firefox in paragraphs inserted after a non-editable block.
See #38757. git-svn-id: https://develop.svn.wordpress.org/trunk@39217 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2835aa5f99
commit
61de8de75a
@ -211,6 +211,11 @@ audio {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Fix for proprietary Mozilla display attribute, see #38757 */
|
||||
[_moz_abspos] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a[data-wplink-url-error],
|
||||
a[data-wplink-url-error]:hover,
|
||||
a[data-wplink-url-error]:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user