mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user