mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
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:
parent
8b9efc3135
commit
65b75f18cc
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user