From 65b75f18ccb7ed7e3ae344ea1488354107d5330b Mon Sep 17 00:00:00 2001 From: Mihail Geshoski Date: Tue, 26 Sep 2023 13:23:00 +0200 Subject: [PATCH] MDL-78813 gradereport_grader: Revert border-top-width css change Revert the modification of the border-top-width css attribute to the grader table and the table header. This change seems to be unnecessary. --- grade/report/grader/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/grade/report/grader/styles.css b/grade/report/grader/styles.css index c1a9732adc5..6c5c75fbaa3 100644 --- a/grade/report/grader/styles.css +++ b/grade/report/grader/styles.css @@ -273,10 +273,5 @@ @media only screen and (min-width: 768px) { .path-grade-report-grader .gradeparent table { padding-right: 6em; - border-top-width: 0; - } - - .path-grade-report-grader .gradeparent table tr:first-of-type th { - border-top-width: 1px; } }