fix css class name (#591)

Broken in 90af55d4c84f545635f238178b30748a0e8093ee
This commit is contained in:
siikamiika 2020-06-07 00:08:46 +03:00 committed by GitHub
parent 0384e2afef
commit b614aca3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,7 +317,7 @@ button.action-button {
color: var(--very-light-text-color);
}
.entry:not(.entry-current) .current {
.entry:not(.entry-current) .action-current-indicator {
display: none;
}