Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-09 02:44:47 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-09 03:53:15 +0300
commit75d48c6efd88209019853722c6dc2f6adb35ca8b (patch)
treec7479690a269b993dd2af1f299ca22e4cd9db3d7 /doc
parentac8c795429f9552c9bb626d0adee46786d3c810a (diff)
API Docs: Hide Home Icon in Seach Area
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/static/css/theme_overrides.css4
1 files changed, 4 insertions, 0 deletions
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}