From 9072631311c5ea65fac7ef33361164e905b828e4 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 19 May 2016 23:14:41 +0100 Subject: [PATCH] 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 --- grade/report/grader/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grade/report/grader/styles.css b/grade/report/grader/styles.css index ef92e97fe72..4c3aac7be15 100644 --- a/grade/report/grader/styles.css +++ b/grade/report/grader/styles.css @@ -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; }