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 00bd11b539
commit ebf12946d6

View File

@ -205,10 +205,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;
}
}