mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02: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
00bd11b539
commit
ebf12946d6
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user