mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Support for "tabbing" through the admin bar and admin menu, fixes #19088
git-svn-id: https://develop.svn.wordpress.org/trunk@19162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -421,6 +421,7 @@ a:focus {
|
||||
}
|
||||
|
||||
#adminmenu a:hover,
|
||||
#adminmenu li.menu-top > a:focus,
|
||||
#adminmenu ul.wp-submenu a:hover,
|
||||
#the-comment-list .comment a:hover,
|
||||
#rightnow a:hover,
|
||||
@@ -1279,7 +1280,8 @@ table.widefat .spam a:hover,
|
||||
border-color: #d1e5ee;
|
||||
}
|
||||
|
||||
#adminmenu li.menu-top:hover > a {
|
||||
#adminmenu li.menu-top:hover > a,
|
||||
#adminmenu li.menu-top > a:focus {
|
||||
background-color: #e0f1ff;
|
||||
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
|
||||
}
|
||||
@@ -1339,7 +1341,8 @@ table.widefat .spam a:hover,
|
||||
border-bottom-color: #5589AA;
|
||||
}
|
||||
|
||||
#adminmenu .wp-submenu a:hover {
|
||||
#adminmenu .wp-submenu a:hover,
|
||||
#adminmenu .wp-submenu a:focus {
|
||||
background-color: #EFF8FF;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -429,6 +429,7 @@ a:focus {
|
||||
}
|
||||
|
||||
#adminmenu a:hover,
|
||||
#adminmenu li.menu-top > a:focus,
|
||||
#adminmenu ul.wp-submenu a:hover,
|
||||
#the-comment-list .comment a:hover,
|
||||
#rightnow a:hover,
|
||||
@@ -980,7 +981,8 @@ table.widefat .spam a:hover,
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
#adminmenu li.menu-top:hover > a {
|
||||
#adminmenu li.menu-top:hover > a,
|
||||
#adminmenu li.menu-top > a:focus {
|
||||
background-color: #e4e4e4;
|
||||
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
|
||||
}
|
||||
@@ -1040,7 +1042,8 @@ table.widefat .spam a:hover,
|
||||
border-bottom-color: #6d6d6d;
|
||||
}
|
||||
|
||||
#adminmenu .wp-submenu a:hover {
|
||||
#adminmenu .wp-submenu a:hover,
|
||||
#adminmenu .wp-submenu a:focus {
|
||||
background-color: #EAF2FA;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user