MDL-42796 ActionMenu: Add additional keyboard event handling

Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
This commit is contained in:
Andrew Nicols
2013-12-06 16:20:10 +08:00
parent a4e1fefa39
commit 11dd4dadb4
9 changed files with 751 additions and 114 deletions
+1 -2
View File
@@ -2060,8 +2060,7 @@ img#persona_signin {
display: block;
color: @dropdownLinkColor;
padding:2px 1em 2px 28px;
&:hover,
&:focus {
&:hover {
color: @dropdownLinkColorHover;
background-color: @dropdownLinkBackgroundHover;
}
File diff suppressed because one or more lines are too long