Skip to content

Commit

Permalink
Apply euiButtonEmpty classes to the 'Add a filter' button.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Nov 23, 2017
1 parent d19e19e commit dafe811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/public/filter_bar/filter_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
ng-show="showAddFilterButton()"
>
<div class="filter-description small">
<a
<button
ng-click="addFilter()"
kbn-accessible-click
class="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--small"
data-test-subj="addFilter"
>
Add a filter
<span class="fa fa-plus"></span>
</a>
</button>
</div>
</div>

Expand Down

0 comments on commit dafe811

Please sign in to comment.