1
0
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:
Alex Andreev 2021-03-03 14:53:49 +03:00
parent 3870f07eca
commit 1e73769bc1

View File

@ -3,4 +3,10 @@
font-size: var(--font-size);
color: var(--textColorAccent);
}
.MuiTreeItem-root.Mui-selected > .MuiTreeItem-content .MuiTreeItem-label {
border-radius: 4px;
border: 1px solid var(--blue);
font-weight: bold;
}
}