Accessibility: Improve and modernize user interface controls: Improve the new form controls styles and heights.

Improves cross-browsers rendering and addresses most of the reported edge cases.

See #47477.


git-svn-id: https://develop.svn.wordpress.org/trunk@46356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-09-30 17:23:06 +00:00
parent 48564fa823
commit f93cd8ceea
9 changed files with 213 additions and 191 deletions

View File

@@ -1509,7 +1509,6 @@ i.mce-i-wp_code:before {
}
#wp-link .link-search-field {
float: left;
width: 250px;
max-width: 70%;
}
@@ -1520,13 +1519,9 @@ i.mce-i-wp_code:before {
overflow: hidden;
}
#wp-link .link-search-wrapper span {
float: left;
margin-top: 4px;
}
#wp-link .link-search-wrapper .spinner {
margin-top: 5px;
float: none;
margin: -3px 0 0 4px;
}
#wp-link .link-target {
@@ -1553,7 +1548,7 @@ i.mce-i-wp_code:before {
}
.has-text-field #wp-link .query-results {
top: 200px;
top: 210px;
}
#wp-link li {
@@ -1781,6 +1776,7 @@ div.wp-link-input input {
width: 300px;
padding: 3px;
box-sizing: border-box;
line-height: 1.28571429;
}
.mce-toolbar div.wp-link-preview ~ .mce-btn,