Accessibility: Script Loader: Remove jQuery as dependency of admin-bar after [46440].

A better approach needs to be explored, as there are valid concerns for potential conflicts between different jQuery versions added by themes or plugins.

See #47069.


git-svn-id: https://develop.svn.wordpress.org/trunk@46550 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-10-15 17:21:50 +00:00
parent 6e133af382
commit 943320fa03
9 changed files with 99 additions and 78 deletions

View File

@@ -924,11 +924,11 @@ span.required,
#delete-action {
float: left;
line-height: 2.1;
line-height: 2.30769231; /* 30px */
}
#delete-link {
line-height: 2.1;
line-height: 2.30769231; /* 30px */
vertical-align: middle;
text-align: left;
margin-left: 8px;
@@ -945,7 +945,8 @@ span.required,
}
#publishing-action .spinner {
float: left;
float: none;
margin-top: 5px;
}
#misc-publishing-actions {
@@ -1086,7 +1087,7 @@ th.action-links {
}
.wp-filter .search-form input[type="search"] {
margin: 0;
margin: 1px 0;
width: 280px;
max-width: 100%;
font-size: inherit;