mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing darker background on Categories group
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
679cf7e550
commit
1b4e105047
@ -23,10 +23,6 @@
|
||||
border-top: 1px solid var(--inputControlBorder);
|
||||
}
|
||||
|
||||
.accent {
|
||||
background-color: var(--layoutBackground);
|
||||
}
|
||||
|
||||
.parent {
|
||||
@apply uppercase font-bold;
|
||||
color: var(--textColorAccent);
|
||||
|
||||
@ -67,7 +67,7 @@ export function CatalogMenu(props: Props) {
|
||||
<Item
|
||||
nodeId="catalog"
|
||||
label={<div className={styles.parent}>Categories</div>}
|
||||
className={cssNames(styles.bordered, styles.accent)}
|
||||
className={cssNames(styles.bordered)}
|
||||
>
|
||||
{
|
||||
getCategories().map(category => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user