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);
|
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);
|
||||||
|
|||||||
@ -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 => (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user