Script Loader: Partially revert [46550] as it brought in unrelated CSS changes.

[46550] was meant to revert [46440] but it also merged some unrelated CSS changes.

See #47069.


git-svn-id: https://develop.svn.wordpress.org/trunk@46559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-10-16 17:47:28 +00:00
parent 31ae9e0f91
commit aa37e6e2f8
8 changed files with 77 additions and 98 deletions

View File

@@ -1201,10 +1201,9 @@ i.mce-i-wp_code:before {
.wp-media-buttons span.wp-media-buttons-icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 1;
vertical-align: middle;
width: 18px;
height: 18px;
vertical-align: text-top;
margin: 0 2px;
}
@@ -1777,9 +1776,7 @@ div.wp-link-input input {
width: 300px;
padding: 3px;
box-sizing: border-box;
line-height: 1.28571429; /* 18px */
/* Override value inherited from default input fields. */
min-height: 26px;
line-height: 1.28571429;
}
.mce-toolbar div.wp-link-preview ~ .mce-btn,