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