mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
Accessibility: Improve the Screen Options and Help buttons order.
- makes the buttons visual order match the DOM order - also, restores the focus style on the "hero" primary button after [34948] Props vrimill, mukesh27 for reporting and testing. Fixes #45094. git-svn-id: https://develop.svn.wordpress.org/trunk@45503 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -286,6 +286,13 @@ TABLE OF CONTENTS:
|
||||
box-shadow: 0 2px 0 #006799;
|
||||
}
|
||||
|
||||
.wp-core-ui .button.button-primary.button-hero:focus {
|
||||
box-shadow:
|
||||
0 2px 0 #006799,
|
||||
0 1px 0 #0073aa,
|
||||
0 0 2px 1px #33b3db;
|
||||
}
|
||||
|
||||
.wp-core-ui .button.button-primary.button-hero.active,
|
||||
.wp-core-ui .button.button-primary.button-hero.active:hover,
|
||||
.wp-core-ui .button.button-primary.button-hero.active:focus,
|
||||
|
||||
Reference in New Issue
Block a user