Merge pull request #4574 from Icinga/bugfix/theme-issues-4565
Bugfix/theme issues 4565
This commit is contained in:
commit
08c51d27a6
|
@ -140,10 +140,10 @@
|
|||
--low-sat-blue: #DEECF1;
|
||||
--low-sat-blue-dark: #c0cccd;
|
||||
|
||||
--gray: #7F7F7F;
|
||||
--gray-semilight: #A9A9A9;
|
||||
--gray-light: #C9C9C9;
|
||||
--gray-lighter: #EEEEEE;
|
||||
--gray: #819398;
|
||||
--gray-semilight: #94a5a6;
|
||||
--gray-light: #d0d3da;
|
||||
--gray-lighter: #e8ecef;
|
||||
--gray-lightest: #F7F7F7;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
.var(background-color, menu-highlight-color);
|
||||
.var(color, text-color-inverted);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
.var(background-color, menu-highlight-hover-bg-color);
|
||||
}
|
||||
|
@ -173,7 +172,7 @@
|
|||
.var(color, menu-2ndlvl-active-color);
|
||||
.var(background-color, menu-2ndlvl-active-bg-color);
|
||||
|
||||
&:hover, &:focus {
|
||||
&:focus {
|
||||
&:first-of-type,
|
||||
&:first-of-type ~ a {
|
||||
.var(color, menu-2ndlvl-active-hover-color);
|
||||
|
@ -344,7 +343,6 @@
|
|||
|
||||
> .badge-nav-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
a:first-of-type {
|
||||
flex: 1 1 auto;
|
||||
|
@ -537,7 +535,6 @@ html.no-js #toggle-sidebar {
|
|||
#layout:not(.sidebar-collapsed) #menu .nav-level-1 > .nav-item:not(.active).hover .nav-level-2 > li {
|
||||
&.badge-nav-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&.badge-nav-item a:first-of-type {
|
||||
|
|
Loading…
Reference in New Issue