API Docs: Hide Home Icon in Seach Area
This commit is contained in:
@@ -5,3 +5,7 @@
|
|||||||
max-height: 245px;
|
max-height: 245px;
|
||||||
overflow-y: auto !important;
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user