mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Accessibility: Remove the title attributes from the old Media UI.
Also, adds better indication and attributes for the required form fields. Moves some styles to `deprecated-media.css`. Props andg, afercia. Fixes #34944. git-svn-id: https://develop.svn.wordpress.org/trunk@36879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -837,6 +837,7 @@ hr {
|
||||
}
|
||||
|
||||
abbr.required,
|
||||
span.required,
|
||||
.file-error,
|
||||
.widget-control-remove:hover,
|
||||
.row-actions .delete a:hover,
|
||||
|
||||
@@ -152,7 +152,8 @@ thead.media-item-info tr {
|
||||
border: 8px solid #fff;
|
||||
}
|
||||
|
||||
abbr.required {
|
||||
abbr.required,
|
||||
span.required {
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
}
|
||||
@@ -364,9 +365,14 @@ h4.media-sub-title {
|
||||
}
|
||||
|
||||
p.media-types {
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
p.media-types-required-info {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
tr.not-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user