diff --git a/aqt/toolbar.py b/aqt/toolbar.py index bdc6828ca..86caa8e4a 100644 --- a/aqt/toolbar.py +++ b/aqt/toolbar.py @@ -44,7 +44,7 @@ class Toolbar: buf = "" for ln, name, title in links: buf += ''' - %s''' % ( + %s''' % ( name, title, ln, name) return buf diff --git a/web/toolbar.css b/web/toolbar.css index 887818255..3c661cc37 100644 --- a/web/toolbar.css +++ b/web/toolbar.css @@ -32,3 +32,5 @@ body { .hitem:hover { text-decoration: underline; } + +.hitem:focus { outline: 0; }