From 75d48c6efd88209019853722c6dc2f6adb35ca8b Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 8 Jul 2019 19:44:47 -0400 Subject: [PATCH] API Docs: Hide Home Icon in Seach Area --- doc/python_api/static/css/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/python_api/static/css/theme_overrides.css b/doc/python_api/static/css/theme_overrides.css index 6b6e35a90ae..8aa6f70adb0 100644 --- a/doc/python_api/static/css/theme_overrides.css +++ b/doc/python_api/static/css/theme_overrides.css @@ -5,3 +5,7 @@ max-height: 245px; overflow-y: auto !important; } + +/* Hide home icon in search area */ +.wy-side-nav-search > a:hover {background: none; opacity: 0.9} +.wy-side-nav-search > a.icon::before {content: none}