service-grid: Add custom focus styles to joystick

Chrome does not show any outline and FF does it weird.

fixes #3520
This commit is contained in:
Johannes Meyer 2019-04-16 08:28:16 +02:00
parent 269f432d58
commit 7b4ee0c91e
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@
a {
color: @text-color;
outline: none;
&:hover {
color: @text-color-light;
}
&:focus, &:active {
color: @icinga-blue;
}
}
i {