1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Removing focus state from links

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-03-11 10:47:31 +03:00
parent c11b272cba
commit fb8f5cfc82

View File

@ -10,7 +10,7 @@
border: 1px solid transparent;
}
&.selected, &:focus {
&.selected {
> .MuiTreeItem-content .MuiTreeItem-label {
border-color: var(--blue);
font-weight: bold;