mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Accessibility: bump headings one level up on the Add Plugins screen for a better headings hierarchy.
Fixes #33818. git-svn-id: https://develop.svn.wordpress.org/trunk@35009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1436,11 +1436,11 @@ tr.active + tr.plugin-update-tr:not(.updated) .plugin-update .update-message {
|
||||
background-color: #fcf3ef;
|
||||
}
|
||||
|
||||
.plugin-install-php h3 {
|
||||
.plugin-install-php h2 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.plugin-install-php h4 {
|
||||
.plugin-install-php h3 {
|
||||
margin: 2.5em 0 8px;
|
||||
}
|
||||
|
||||
@@ -1517,7 +1517,7 @@ div.action-links,
|
||||
margin: 0; /* Override existing margins */
|
||||
}
|
||||
|
||||
.plugin-card h4 {
|
||||
.plugin-card h3 {
|
||||
margin: 0 0 12px;
|
||||
font-size: 18px;
|
||||
line-height: 1.3;
|
||||
|
||||
Reference in New Issue
Block a user