Skip to content

Commit c58f926

Browse files
Merge pull request patternfly#269 from MarkDeMaria/iss212pfSortTooltip
Remove tooltip from pfSort
2 parents 1648215 + 68faf4f commit c58f926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sort/sort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form>
33
<div class="form-group">
44
<div class="dropdown btn-group">
5-
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tooltip="Sort by" tooltip-placement="bottom">
5+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
66
{{config.currentField.title}}
77
<span class="caret"></span>
88
</button>

0 commit comments

Comments
 (0)