mirror of https://github.com/rancher/dashboard.git
Merge pull request #3254 from richard-cox/local-cluster-menu-colour
Remove primary/branded colour of local cluster side menu item
This commit is contained in:
commit
a094f88f89
|
|
@ -364,17 +364,27 @@ export default {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluster.selector:not(.disabled):hover {
|
.cluster {
|
||||||
color: var(--primary-hover-text);
|
&.selector:not(.disabled):hover {
|
||||||
background: var(--primary-hover-bg);
|
color: var(--primary-hover-text);
|
||||||
border-radius: 5px;
|
background: var(--primary-hover-bg);
|
||||||
text-decoration: none;
|
border-radius: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
.rancher-provider-icon {
|
||||||
|
.rancher-icon-fill {
|
||||||
|
fill: var(--primary-hover-text);;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.rancher-provider-icon {
|
.rancher-provider-icon {
|
||||||
.rancher-icon-fill {
|
.rancher-icon-fill {
|
||||||
fill: var(--primary-hover-text);;
|
// Should match .option color
|
||||||
|
fill: var(--link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.localeSelector {
|
.localeSelector {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue