mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
TinyMCE: fix black outline around _moz_abspos
. This is added in Firefox in paragraphs inserted after a non-editable block.
See #38757. Built from https://develop.svn.wordpress.org/trunk@39217 git-svn-id: http://core.svn.wordpress.org/trunk@39157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
126c7e4c72
commit
0c2b137a60
@ -211,6 +211,11 @@ audio {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix for proprietary Mozilla display attribute, see #38757 */
|
||||||
|
[_moz_abspos] {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
a[data-wplink-url-error],
|
a[data-wplink-url-error],
|
||||||
a[data-wplink-url-error]:hover,
|
a[data-wplink-url-error]:hover,
|
||||||
a[data-wplink-url-error]:focus {
|
a[data-wplink-url-error]:focus {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-beta3-39216';
|
$wp_version = '4.7-beta3-39217';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user