add focus styles for when tabbing

This commit is contained in:
Sean McArthur 2011-07-20 16:38:12 -07:00
Родитель b26badc07e
Коммит 06ccd54e0a
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -91,7 +91,8 @@ form.UI_Editor_Menu_Descendant {
-moz-border-radius-bottomleft: 0;
}
.UI_Editor_Menu_Button a:hover {
.UI_Editor_Menu_Button a:hover,
.UI_Editor_Menu_Button a:focus {
background: -moz-linear-gradient(270deg, #FBFBFB, #E6E8EB);
text-decoration: none;
}

Просмотреть файл

@ -32,7 +32,7 @@ a:link {
outline: none;
}
a:hover {
a:hover, a:focus {
text-decoration: underline;
}