mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
revert removing namespace icons and selected background colour change
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
39cdb9e4ff
commit
4e986b85cc
@ -22,6 +22,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Icon.always-visible {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.Icon {
|
.Icon {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,6 +99,7 @@ export class NamespaceStore extends KubeObjectStore<Namespace> {
|
|||||||
value: namespace.getName(),
|
value: namespace.getName(),
|
||||||
label: (
|
label: (
|
||||||
<div className="flex gaps align-center">
|
<div className="flex gaps align-center">
|
||||||
|
<Icon small material="layers" className="always-visible" />
|
||||||
<span>{namespace.getName()}</span>
|
<span>{namespace.getName()}</span>
|
||||||
<Icon small material="check" className="box right" />
|
<Icon small material="check" className="box right" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
$menuBackgroundColor: $contentColor;
|
$menuBackgroundColor: $contentColor;
|
||||||
$menuSelectedOptionBgc: $selectedBackground;
|
$menuSelectedOptionBgc: $layoutBackground;
|
||||||
|
|
||||||
--select-menu-bgc: #{$menuBackgroundColor};
|
--select-menu-bgc: #{$menuBackgroundColor};
|
||||||
--select-menu-border-color: #{$halfGray};
|
--select-menu-border-color: #{$halfGray};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user