zregvart commented on a change in pull request #305: CAMEL-14809 : Clear icon
in the search box in navbar to clear the inner contents
URL: https://github.com/apache/camel-website/pull/305#discussion_r402883648
##########
File path: layouts/partials/header.html
##########
@@ -55,6 +55,7 @@
<div class="navbar-fill"></div>
<div class="navbar-search results-hidden">
<input id="search" class="search" placeholder="Search"
autocomplete="off">
+ <img src= "/_/img/cancel.svg" id="search-cancel">
Review comment:
Nitpicking
```suggestion
<img src= "/_/img/cancel.svg" id="search-cancel">
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services