Skip to content

Commit

Permalink
Merge pull request angular-ui#669 from JeromeLam/patch-1
Browse files Browse the repository at this point in the history
Add btn-link CSS class for Bootstrap clear button.
  • Loading branch information
dimirc committed Feb 16, 2015
2 parents e4e5048 + 252ef17 commit 370be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/match.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span ng-hide="$select.isEmpty()" class="ui-select-match-text" ng-class="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()}" ng-transclude=""></span>
<i class="caret pull-right" ng-click="$select.toggle($event)"></i>
<a ng-show="$select.allowClear && !$select.isEmpty()" aria-label="{{ $select.baseTitle }} clear" style="margin-right: 10px"
ng-click="$select.clear($event)" class="btn btn-xs pull-right">
ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right">
<i class="glyphicon glyphicon-remove" aria-hidden="true"></i>
</a>
</button>
Expand Down

0 comments on commit 370be2a

Please sign in to comment.