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:
Richard Cox 2021-06-17 11:32:28 +01:00 committed by GitHub
commit a094f88f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 6 deletions

View File

@ -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;