changeset 6248:d39a579a4c60

css: enable visual feedback for Tab-based keyboard menu navigation
author Andrew Shadura <andrew@shadura.me>
date Fri, 23 Sep 2016 18:34:53 +0200
parents f3acdc61e7f5
children 44e6e66c1855
files kallithea/public/css/contextbar.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Fri Sep 23 18:34:14 2016 +0200
+++ b/kallithea/public/css/contextbar.css	Fri Sep 23 18:34:53 2016 +0200
@@ -139,7 +139,6 @@
 #context-actions a,
 #context-pages a {
     background-repeat: no-repeat;
-    background-position: 10px 50%;
     padding-left: 30px;
 }
 
@@ -178,12 +177,14 @@
     padding: 11px 10px 12px 30px;
 }
 
+ul.dropdown-menu li a:focus,
 #header #header-inner #quick li:hover,
 #revision-changer:hover,
 #context-pages li:hover,
 #context-actions li:hover,
 #content #context-actions li:hover,
 #header #header-inner #quick li.current,
+#header #header-inner #quick li a.menu_link:focus,
 #context-pages li.current {
     background: #6388ad; /* Old browsers */
     background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */