Skip to content

Commit

Permalink
Place tooltip of cell at bottom of button to prevent hover conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Dec 11, 2019
1 parent 3e1915d commit 3e8075f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
tooltip-append-to-body="1"
data-test-subj="docTableCellFilter"
tooltip="{{ ::'kbn.docTable.tableRow.filterForValueButtonTooltip' | i18n: {defaultMessage: 'Filter for value'} }}"
tooltip-placement="bottom"
aria-label="{{ ::'kbn.docTable.tableRow.filterForValueButtonAriaLabel' | i18n: {defaultMessage: 'Filter for value'} }}"
></button>

<button
ng-click="inlineFilter($event, '-')"
class="fa fa-search-minus kbnDocTableRowFilterButton"
Expand All @@ -30,6 +30,7 @@
tooltip="{{ ::'kbn.docTable.tableRow.filterOutValueButtonTooltip' | i18n: {defaultMessage: 'Filter out value'} }}"
aria-label="{{ ::'kbn.docTable.tableRow.filterOutValueButtonAriaLabel' | i18n: {defaultMessage: 'Filter out value'} }}"
tooltip-append-to-body="1"
tooltip-placement="bottom"
></button>
<% } %>
</span>
Expand Down

0 comments on commit 3e8075f

Please sign in to comment.