From 87330d330662815d59441a4d1dcf094b9a2b99ff Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Thu, 1 Jun 2023 09:35:21 -0400 Subject: [PATCH] STY Do not make whole space white in html repr --- sklearn/utils/_estimator_html_repr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sklearn/utils/_estimator_html_repr.py b/sklearn/utils/_estimator_html_repr.py index 5cba23c45a4de..466467f4cd341 100644 --- a/sklearn/utils/_estimator_html_repr.py +++ b/sklearn/utils/_estimator_html_repr.py @@ -191,7 +191,6 @@ def _write_estimator_html( _STYLE = """ #$id { color: black; - background-color: white; } #$id pre{ padding: 0;