mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Accessibility: Improve buttons focus and links style in the install screens.
Fixes #34530. git-svn-id: https://develop.svn.wordpress.org/trunk@35494 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2557,9 +2557,9 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
|
||||
}
|
||||
a {
|
||||
color: #0073aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #00a0d2;
|
||||
}
|
||||
a:focus {
|
||||
@@ -2611,12 +2611,9 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
-webkit-box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(0, 115, 170, .8);
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(0, 115, 170, .8);
|
||||
border-color: #5b9dd9;
|
||||
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user