Skip to content

Commit 370be2a

Browse files
committed
Merge pull request angular-ui#669 from JeromeLam/patch-1
Add btn-link CSS class for Bootstrap clear button.
2 parents e4e5048 + 252ef17 commit 370be2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/match.tpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span ng-hide="$select.isEmpty()" class="ui-select-match-text" ng-class="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()}" ng-transclude=""></span>
99
<i class="caret pull-right" ng-click="$select.toggle($event)"></i>
1010
<a ng-show="$select.allowClear && !$select.isEmpty()" aria-label="{{ $select.baseTitle }} clear" style="margin-right: 10px"
11-
ng-click="$select.clear($event)" class="btn btn-xs pull-right">
11+
ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right">
1212
<i class="glyphicon glyphicon-remove" aria-hidden="true"></i>
1313
</a>
1414
</button>

0 commit comments

Comments
 (0)