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.
This commit is contained in:
Mihail Geshoski 2023-09-26 13:23:00 +02:00
parent 8b9efc3135
commit 65b75f18cc

View File

@ -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;
}
}