Media modal: when inserting content, prefer the editor id passed while opening the modal. wpActiveEditor can change in the background. (Includes some precommit prefixed selectors.) Fixes #28173
Built from https://develop.svn.wordpress.org/trunk@29603 git-svn-id: http://core.svn.wordpress.org/trunk@29377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1003,6 +1003,7 @@ th.action-links {
|
||||
}
|
||||
|
||||
.filter-links .current {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid #666;
|
||||
color: #222;
|
||||
|
||||
@@ -1003,6 +1003,7 @@ th.action-links {
|
||||
}
|
||||
|
||||
.filter-links .current {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid #666;
|
||||
color: #222;
|
||||
|
||||
@@ -1347,6 +1347,7 @@ div.action-links,
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 65%;
|
||||
width: -webkit-calc( 100% - 180px );
|
||||
width: calc( 100% - 180px );
|
||||
}
|
||||
|
||||
|
||||
@@ -1347,6 +1347,7 @@ div.action-links,
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 65%;
|
||||
width: -webkit-calc( 100% - 180px );
|
||||
width: calc( 100% - 180px );
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user