This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11< div class ="ui-select-match " ng-hide ="$select.open " ng-disabled ="$select.disabled " ng-class ="{'btn-default-focus':$select.focus} ">
2- < button aria-label ="{{ $select.baseTitle }} activate " type ="button " class ="btn btn-default btn-block ui-select-toggle " tabindex ="-1 " ; ="" ng-disabled ="$select.disabled " ng-click ="$select.activate() ">
2+ < button aria-label ="{{ $select.baseTitle }} activate " type ="button " class ="btn btn-default form-control ui-select-toggle " tabindex ="-1 " ; ="" ng-disabled ="$select.disabled " ng-click ="$select.activate() ">
33 < span ng-show ="$select.isEmpty() " class ="ui-select-placeholder text-muted "> {{$select.placeholder}}</ span >
44 < span ng-hide ="$select.isEmpty() " class ="ui-select-match-text " ng-class ="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()} " ng-transclude =""> </ span >
55 < i class ="caret pull-right " ng-click ="$select.toggle($event) "> </ i >
Original file line number Diff line number Diff line change 8282
8383.ui-select-bootstrap .ui-select-toggle {
8484 position : relative;
85+
86+ /* Instead of center because of .btn */
87+ text-align : left;
8588}
8689
8790.ui-select-bootstrap .ui-select-toggle > .caret {
104107 border-bottom-right-radius : 0 ;
105108}
106109
107- .ui-select-bootstrap > .ui-select-match {
108- /* Instead of center because of .btn */
109- text-align : left;
110- }
111-
112110.ui-select-bootstrap > .ui-select-match > .caret {
113111 position : absolute;
114112 top : 45% ;
You can’t perform that action at this time.
0 commit comments