From e509a13db00237630014e3aa67ba70de678479af Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Thu, 28 May 2020 10:25:15 +0530 Subject: [PATCH] minor: Remove outdated comment. This was fixed in 30ab261f91c95ee4826e8d81a197540bf3c3fcc9. --- static/styles/portico/portico.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index b2112ef1ca..7ff888eaac 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -248,8 +248,6 @@ html { background-color: hsl(152, 40%, 42%); /* Extend highlight to entire width of sidebar, not just link area */ - /* This has been changed from "+" to "- -" because of issue #8403. - If the issue has been fixed, please change this back to "+" again. */ width: calc(100% + 20px); margin-left: -40px; padding-left: 40px;