mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Fix focus styles for tabs
This commit is contained in:
parent
3bcda92f5f
commit
99ba4e9a39
@ -35,13 +35,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active > a,
|
||||||
|
> a:focus {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
|
|
||||||
> a {
|
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user