aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-06-07 00:08:46 +0300
committerGitHub <noreply@github.com>2020-06-07 00:08:46 +0300
commitb614aca3ddd04b9d533959b2eabaa6db43b79f8f (patch)
treee4bef14d13a2f806c502640ad2eacbd0418017ce /ext
parent0384e2afef68abd4236fc422f087b1a5f558da34 (diff)
fix css class name (#591)
Broken in 90af55d4c84f545635f238178b30748a0e8093ee
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/css/display.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 1f392de2..703cef1c 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -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;
}