Skip to content

Commit

Permalink
MDL-78813 gradereport_grader: Revert border-top-width css change
Browse files Browse the repository at this point in the history
Revert the modification of the border-top-width css attribute
to the grader table and the table header. This change seems to
be unnecessary.
  • Loading branch information
Mihail Geshoski committed Sep 26, 2023
1 parent 5783059 commit 8c9617d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions grade/report/grader/styles.css
Expand Up @@ -274,10 +274,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;
}
}

0 comments on commit 8c9617d

Please sign in to comment.