Cleanup some code

This commit is contained in:
djmaze 2021-08-25 13:22:40 +02:00
parent ddb6daace6
commit 3ad9bb6258
3 changed files with 7 additions and 9 deletions

View file

@ -78,7 +78,6 @@
background-color: transparent;
vertical-align: middle;
color: var(--folders-disabled-color, #666);
cursor: default;
font-size: 14px;
border-left: 3px solid transparent;
@ -89,7 +88,6 @@
&.selectable {
color: var(--folders-color, #333);
cursor: pointer;
&:hover {
background-color: var(--folders-hover-bg-color, #333);
@ -116,6 +114,7 @@
}
}
&:not(.selectable) {
cursor: default;
font-style: italic;
}