Accessibility: Increase focus visibility in tactical overview

fixes #11516
This commit is contained in:
Florian Strohmaier 2016-04-12 13:53:51 +02:00 committed by Eric Lippmann
parent 0fdd02e0d2
commit 8034e9de23
2 changed files with 5 additions and 1 deletions

View File

@ -138,7 +138,6 @@
/* Any line of a box entry */
.boxview div.box.entry a {
display: block;
color: inherit;
}
.boxview div.box.badge {

View File

@ -59,3 +59,8 @@
#menu .active > a {
text-decoration: underline;
}
.boxview a:focus {
color: @text-color;
text-decoration: underline;
}