Accessibility: Increase focus visibility in tactical overview
fixes #11516
This commit is contained in:
parent
0fdd02e0d2
commit
8034e9de23
|
@ -138,7 +138,6 @@
|
|||
/* Any line of a box entry */
|
||||
.boxview div.box.entry a {
|
||||
display: block;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.boxview div.box.badge {
|
||||
|
|
|
@ -59,3 +59,8 @@
|
|||
#menu .active > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.boxview a:focus {
|
||||
color: @text-color;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue