Resolve weird cursor as mentioned in #112

This commit is contained in:
djmaze 2021-08-25 12:43:13 +02:00
parent be9cb6c727
commit ddb6daace6
2 changed files with 2 additions and 7 deletions

View file

@ -78,7 +78,7 @@
background-color: transparent;
vertical-align: middle;
color: var(--folders-disabled-color, #666);
cursor: not-allowed;
cursor: default;
font-size: 14px;
border-left: 3px solid transparent;
@ -124,11 +124,6 @@
border-left-color: #fff;
}
&.system {
cursor: default;
color: grey;
}
&.unread-sub {
font-weight: bold;
}