Skip to content

Commit

Permalink
Move tooltip into <i>
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Apr 28, 2015
1 parent 2d2c52b commit ad546ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<th width="1%"></th>
<th ng-if="indexPattern.timeFieldName">
<span tooltip="Sort by time">Time <i ng-class="headerClass(indexPattern.timeFieldName)" ng-click="sort(indexPattern.timeFieldName)"></i></span>
<span>Time <i ng-class="headerClass(indexPattern.timeFieldName)" ng-click="sort(indexPattern.timeFieldName)" tooltip="Sort by time"></i></span>
</th>
<th ng-repeat="name in columns">
<span class="table-header-name">
Expand Down

0 comments on commit ad546ee

Please sign in to comment.