Changeset - f3acdc61e7f5
[Not reviewed]
default
0 1 0
Andrew Shadura - 9 years ago 2016-09-23 18:34:14
andrew@shadura.me
templates: assign a dummy href to a button to enable keyboard navigation

Only links having a href are assumed fully fledged dropdowns and
have keyboard navigation enabled for them.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/base.html
Show inline comments
 
@@ -364,6 +364,8 @@
 
        aria-expanded="false" aria-controls="quick_login"
 
        %if c.authuser.username != 'default':
 
          href="${h.url('notifications')}"
 
        %else:
 
          href="#"
 
        %endif
 
      >
 
          ${h.gravatar_div(c.authuser.email, size=20, div_class="icon", div_style="display:inline", div_aria_hidden="true")}
0 comments (0 inline, 0 general)