mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
Accessibility: Administration: Remove <strong> tags from labels on plugin/theme editor screens.
If every single label is emphasized with a `<strong>` tag, none of them is really emphasized anymore. This removes the tags in favor of CSS styling, for consistency with the other labels on the screen. Props chemiker, audrasjb, mukesh27, paaljoachim, estelaris, ibdz, SergeyBiryukov. Fixes #52232. git-svn-id: https://develop.svn.wordpress.org/trunk@49958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3290,11 +3290,15 @@ img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#theme-plugin-editor-selector,
|
||||
#theme-plugin-editor-label,
|
||||
#documentation label {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#theme-plugin-editor-label {
|
||||
display: inline-block;
|
||||
margin-bottom: 1em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* rtl:ignore */
|
||||
@@ -3390,7 +3394,6 @@ img {
|
||||
#documentation label {
|
||||
line-height: 1.8;
|
||||
vertical-align: baseline;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.fileedit-sub {
|
||||
|
||||
Reference in New Issue
Block a user