From 45e9ff7eb42d897214a932b48070a6eba5a55162 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Tue, 21 May 2019 12:48:51 -0500 Subject: [PATCH] Removed misleading padding from highlighted results of a search query (#55464) (#56653) (cherry picked from commit 0330ea616eee7183920be45a34737f0d72aaf184) --- docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css index 655e4f40fc..70869d51cc 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css +++ b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css @@ -1758,7 +1758,7 @@ footer span.commit code,footer span.commit .rst-content tt,.rst-content footer s .rst-content .sidebar p,.rst-content .sidebar ul,.rst-content .sidebar dl{font-size:90%} .rst-content .sidebar .last{margin-bottom:0} .rst-content .sidebar .sidebar-title{display:block;font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;font-weight:bold;background:#e1e4e5;padding:6px 12px;margin:-24px;margin-bottom:24px;font-size:100%} -.rst-content .highlighted{background:#F1C40F;display:inline-block;font-weight:bold;padding:0 6px} +.rst-content .highlighted{background:#F1C40F;display:inline-block;font-weight:bold;} .rst-content .footnote-reference,.rst-content .citation-reference{vertical-align:baseline;position:relative;top:-0.4em;line-height:0;font-size:90%} .rst-content table.docutils.citation,.rst-content table.docutils.footnote{background:none;border:none;color:gray} .rst-content table.docutils.citation td,.rst-content table.docutils.citation tr,.rst-content table.docutils.footnote td,.rst-content table.docutils.footnote tr{border:none;background-color:transparent !important;white-space:normal}