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:
parent
269f432d58
commit
7b4ee0c91e
|
@ -34,6 +34,14 @@
|
|||
|
||||
a {
|
||||
color: @text-color;
|
||||
outline: none;
|
||||
|
||||
&:hover {
|
||||
color: @text-color-light;
|
||||
}
|
||||
&:focus, &:active {
|
||||
color: @icinga-blue;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
Loading…
Reference in New Issue