Removed misleading padding from highlighted results of a search query (#55464) (#56653)

(cherry picked from commit 0330ea616e)
This commit is contained in:
Alicia Cozine 2019-05-21 12:48:51 -05:00 committed by GitHub
parent 674980afcc
commit 45e9ff7eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}