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,7 +364,8 @@ export default {
|
|||
z-index: 1000;
|
||||
}
|
||||
|
||||
.cluster.selector:not(.disabled):hover {
|
||||
.cluster {
|
||||
&.selector:not(.disabled):hover {
|
||||
color: var(--primary-hover-text);
|
||||
background: var(--primary-hover-bg);
|
||||
border-radius: 5px;
|
||||
|
|
@ -377,6 +378,15 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.rancher-provider-icon {
|
||||
.rancher-icon-fill {
|
||||
// Should match .option color
|
||||
fill: var(--link);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.localeSelector {
|
||||
.popover-inner {
|
||||
padding: 10px 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue