From cbd8f220b9680d776760b0be151a06c9290813b2 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 14:05:39 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 7 ++----- static/css/anatomy.css | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 04e01380..3de70187 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -34,7 +34,7 @@ a, a:link { content: " [Score = 2]"; font-size: small; } -.answer-list .correct .rapid::after{ +.answer-list.rapid .correct::after{ content: " [Score = 1]"; } @@ -46,7 +46,7 @@ a, a:link { content: " [Score = 1]"; font-size: small; } -.answer-list .half-correct .rapid::after{ +.answer-list.rapid .half-correct::after{ content: " [Score = 0.5]"; } @@ -58,9 +58,6 @@ a, a:link { content: " [Score = 0]"; font-size: small; } -.answer-list .incorrect .rapid::after{ - content: " [Score = 0]"; -} .answer-list .not-marked { color: white; diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 04e01380..3de70187 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -34,7 +34,7 @@ a, a:link { content: " [Score = 2]"; font-size: small; } -.answer-list .correct .rapid::after{ +.answer-list.rapid .correct::after{ content: " [Score = 1]"; } @@ -46,7 +46,7 @@ a, a:link { content: " [Score = 1]"; font-size: small; } -.answer-list .half-correct .rapid::after{ +.answer-list.rapid .half-correct::after{ content: " [Score = 0.5]"; } @@ -58,9 +58,6 @@ a, a:link { content: " [Score = 0]"; font-size: small; } -.answer-list .incorrect .rapid::after{ - content: " [Score = 0]"; -} .answer-list .not-marked { color: white;