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 {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@ -99,6 +99,7 @@ export class NamespaceStore extends KubeObjectStore<Namespace> {
|
||||
value: namespace.getName(),
|
||||
label: (
|
||||
<div className="flex gaps align-center">
|
||||
<Icon small material="layers" className="always-visible" />
|
||||
<span>{namespace.getName()}</span>
|
||||
<Icon small material="check" className="box right" />
|
||||
</div>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
html {
|
||||
$menuBackgroundColor: $contentColor;
|
||||
$menuSelectedOptionBgc: $selectedBackground;
|
||||
$menuSelectedOptionBgc: $layoutBackground;
|
||||
|
||||
--select-menu-bgc: #{$menuBackgroundColor};
|
||||
--select-menu-border-color: #{$halfGray};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user