mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 21:22:37 +01:00
wrap the todo dropdown arrow in an "a" tag to make it tab-accessible
This commit is contained in:
parent
2bdf0dba77
commit
6bf21caf22
2 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue