mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-54652 grade_report: fix css lint issues
max-width: initial isn't valid css and in my testing it makes no difference, so is removed. We also remove invalid css on exception. This reverts commit 72ece42858643c789d2c2f86fccdab0afefa18d0
This commit is contained in:
parent
f3ac852859
commit
9072631311
@ -34,7 +34,6 @@
|
||||
.dir-rtl.path-grade-report-grader .gradeparent table {
|
||||
border-left-width: 0;
|
||||
border-right-width: 1px;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -228,7 +227,7 @@
|
||||
.path-grade-report-grader .yui3-overlay {
|
||||
border: 0;
|
||||
background: none;
|
||||
background-color: initial;
|
||||
background-color: inherit;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user