Editor: use <button> instead of <a> for the Visual/Text buttons, make them focusable. Props afercia, fixes #27553
Built from https://develop.svn.wordpress.org/trunk@30002 git-svn-id: http://core.svn.wordpress.org/trunk@30002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1432,11 +1432,11 @@ table.links-table {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
a.wp-switch-editor {
|
||||
button.wp-switch-editor {
|
||||
font-size: 16px;
|
||||
line-height: 1em;
|
||||
margin: 3px 0 0 7px;
|
||||
padding: 12px 15px;
|
||||
margin: 7px 0 0 7px;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
#wp-content-media-buttons a {
|
||||
|
||||
Reference in New Issue
Block a user