1
0
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:
Alex Andreev 2021-06-16 10:21:53 +03:00
parent 679cf7e550
commit 1b4e105047
2 changed files with 1 additions and 5 deletions

View File

@ -23,10 +23,6 @@
border-top: 1px solid var(--inputControlBorder); border-top: 1px solid var(--inputControlBorder);
} }
.accent {
background-color: var(--layoutBackground);
}
.parent { .parent {
@apply uppercase font-bold; @apply uppercase font-bold;
color: var(--textColorAccent); color: var(--textColorAccent);

View File

@ -67,7 +67,7 @@ export function CatalogMenu(props: Props) {
<Item <Item
nodeId="catalog" nodeId="catalog"
label={<div className={styles.parent}>Categories</div>} label={<div className={styles.parent}>Categories</div>}
className={cssNames(styles.bordered, styles.accent)} className={cssNames(styles.bordered)}
> >
{ {
getCategories().map(category => ( getCategories().map(category => (