[Bf-blender-cvs] [75d48c6efd8] master: API Docs: Hide Home Icon in Seach Area

Aaron Carlisle noreply at git.blender.org
Tue Jul 9 02:53:58 CEST 2019


Commit: 75d48c6efd88209019853722c6dc2f6adb35ca8b
Author: Aaron Carlisle
Date:   Mon Jul 8 19:44:47 2019 -0400
Branches: master
https://developer.blender.org/rB75d48c6efd88209019853722c6dc2f6adb35ca8b

API Docs: Hide Home Icon in Seach Area

===================================================================

M	doc/python_api/static/css/theme_overrides.css

===================================================================

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}



More information about the Bf-blender-cvs mailing list