mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Fix position of button tooltips in the Dashboard and Visualize listing tables. * Remove redundant CSS from ToolBarSearch.
This commit is contained in:
parent
87d6b3d736
commit
31d207c0e2
4 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
top: 0.5em;
|
||||
left: 0.7em;
|
||||
font-size: 1em;
|
||||
font-size: 14px;
|
||||
color: #ACACAC;
|
||||
}
|
||||
|
||||
|
|
1
ui_framework/dist/ui_framework.css
vendored
1
ui_framework/dist/ui_framework.css
vendored
|
@ -1672,7 +1672,6 @@ body {
|
|||
top: 0.5em;
|
||||
left: 0.7em;
|
||||
font-size: 1em;
|
||||
font-size: 14px;
|
||||
color: #ACACAC; }
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue