mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Styling tree view active element
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
3870f07eca
commit
1e73769bc1
@ -3,4 +3,10 @@
|
|||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
color: var(--textColorAccent);
|
color: var(--textColorAccent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MuiTreeItem-root.Mui-selected > .MuiTreeItem-content .MuiTreeItem-label {
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid var(--blue);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user