mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
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…
x
Reference in New Issue
Block a user