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