Fix position of button tooltips in the Dashboard and Visualize listing tables. (#10358) (#10367)

* Fix position of button tooltips in the Dashboard and Visualize listing tables.

* Remove redundant CSS from ToolBarSearch.
This commit is contained in:
CJ Cenizal 2017-02-15 08:31:54 -08:00 committed by GitHub
parent 87d6b3d736
commit 31d207c0e2
4 changed files with 4 additions and 2 deletions

View file

@ -39,6 +39,7 @@
aria-label="Delete selected objects"
ng-if="listingController.getSelectedItemsCount() > 0"
tooltip="Delete selected dashboards"
tooltip-append-to-body="true"
>
<span aria-hidden="true" class="kuiButton__icon kuiIcon fa-trash"></span>
</button>
@ -51,6 +52,7 @@
data-test-subj="newDashboardLink"
ng-if="listingController.getSelectedItemsCount() === 0"
tooltip="Create new dashboard"
tooltip-append-to-body="true"
>
<span aria-hidden="true" class="kuiButton__icon kuiIcon fa-plus"></span>
</a>

View file

@ -38,6 +38,7 @@
ng-if="listingController.getSelectedItemsCount() > 0"
ng-click="listingController.deleteSelectedItems()"
tooltip="Delete selected visualizations"
tooltip-append-to-body="true"
>
<span aria-hidden="true" class="kuiButton__icon kuiIcon fa-trash"></span>
</button>
@ -49,6 +50,7 @@
aria-label="Create new visualization"
ng-if="listingController.getSelectedItemsCount() === 0"
tooltip="Create new visualization"
tooltip-append-to-body="true"
>
<span aria-hidden="true" class="kuiButton__icon kuiIcon fa-plus"></span>
</a>

View file

@ -35,7 +35,6 @@
top: 0.5em;
left: 0.7em;
font-size: 1em;
font-size: 14px;
color: #ACACAC;
}

View file

@ -1672,7 +1672,6 @@ body {
top: 0.5em;
left: 0.7em;
font-size: 1em;
font-size: 14px;
color: #ACACAC; }
/**