mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +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 {
|
a {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: @text-color-light;
|
||||||
|
}
|
||||||
|
&:focus, &:active {
|
||||||
|
color: @icinga-blue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user