# HG changeset patch # User Andrew Shadura # Date 2016-09-23 18:34:14 # Node ID f3acdc61e7f5f88e25b2fed001c963d6438130a4 # Parent 24a0c176a63d83c1545895c9bcf2d28639908337 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. diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -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")}