From 2ee4c9960034958cd44aa5e4f80b1ba38aa02083 Mon Sep 17 00:00:00 2001 From: Florian Glombik Date: Mon, 18 Sep 2023 00:08:56 +0200 Subject: [PATCH] Do not indicate table footer to be clickable --- .../summary/points-summary/exam-result-overview.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/app/exam/participate/summary/points-summary/exam-result-overview.component.scss b/src/main/webapp/app/exam/participate/summary/points-summary/exam-result-overview.component.scss index 022aae7167b6..b67b6340cf96 100644 --- a/src/main/webapp/app/exam/participate/summary/points-summary/exam-result-overview.component.scss +++ b/src/main/webapp/app/exam/participate/summary/points-summary/exam-result-overview.component.scss @@ -3,7 +3,7 @@ @import 'node_modules/bootstrap/scss/mixins'; :host { - tr:not(thead tr) { + tr:not(thead tr):not(tfoot tr) { cursor: pointer; &:hover {