We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf68979 commit 016533aCopy full SHA for 016533a
_static/css/custom.css
@@ -91,3 +91,7 @@
91
transition: none;
92
transform-origin: none;
93
}
94
+
95
+.pytorch-left-menu-search input[type=text] {
96
+ background-image: none;
97
+}
_templates/layout.html
@@ -27,15 +27,6 @@
27
<script async src="https://cse.google.com/cse.js?cx=e65585f8c3ea1440e"></script>
28
<div class="gcse-search"></div>
29
</div>
30
-<!-- JavaScript to remove search-icon background image -->
31
-<script>
32
- window.addEventListener('load', function() {
33
- var input = document.querySelector('.gsc-input input[type=text]');
34
- if (input) {
35
- input.style.backgroundImage = 'none';
36
- }
37
- });
38
-</script>
39
{% endblock %}
40
41
{% block footer %}
0 commit comments