mirror of https://github.com/rancher/ui.git
nested project menu background hover fix
This commit is contained in:
parent
4dd3313dba
commit
10f96e19ff
|
|
@ -130,7 +130,7 @@ $nav-spacing: 4px;
|
||||||
right: -8px;
|
right: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:first-of-type:hover {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: mix($user-btn, black, 80%);
|
background-color: mix($user-btn, black, 80%);
|
||||||
|
|
@ -141,6 +141,10 @@ $nav-spacing: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-menu .global ul li a:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ember-basic-dropdown-trigger {
|
.ember-basic-dropdown-trigger {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue