mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user