summaryrefslogtreecommitdiffstats
path: root/app/common/directives/log-search-control.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/log-search-control.html')
-rw-r--r--app/common/directives/log-search-control.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/common/directives/log-search-control.html b/app/common/directives/log-search-control.html
index 1184bda..8ebaba3 100644
--- a/app/common/directives/log-search-control.html
+++ b/app/common/directives/log-search-control.html
@@ -4,7 +4,9 @@
<label for="content__search-input">Event Log Search</label>
<input id="content__search-input" type="text" ng-model="customSearch" ng-keydown="doSearchOnEnter($event)"/>
<div class="search-submit__wrapper">
- <button class="clear-input" ng-click="clear()">&#10005;</button>
+ <button class="btn" type="button" aria-label="clear filter" ng-click="clear()">
+ <icon file="icon-close.svg" aria-hidden="true"></icon>
+ </button>
<input id="content__search-submit" type="submit" class="btn btn-primary content__search-submit" value="Filter" ng-click="doSearchOnClick()"/>
</div>
</div>
OpenPOWER on IntegriCloud