wrap the todo dropdown arrow in an "a" tag to make it tab-accessible

This commit is contained in:
Dan Rice 2012-09-26 16:17:07 -04:00
parent 2bdf0dba77
commit 6bf21caf22
2 changed files with 7 additions and 2 deletions

View file

@ -1431,6 +1431,11 @@ div.auto_complete ul strong.highlight {
background: white image-url('ui-anim_basic_16x16.gif') right center no-repeat;
}
a.item-downarrow {
margin-left: 0;
margin-right: 0;
}
ul.todo-submenu > li > a {
position: relative;
padding-left: 24px;