Skip to content

Commit

Permalink
fix(BS-14705) On IE, the cross to clear the search field, clear the f…
Browse files Browse the repository at this point in the history
…ield but doesn't refresh the search

See angular/angular.js#11193
Cross is hidden for search box on IE

Fixes [BS-14705](https://bonitasoft.atlassian.net/browse/BS-14705)
  • Loading branch information
Colin PUY authored and velcrin committed Feb 4, 2016
1 parent bfd4662 commit da9ae68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/features/user/tasks/list/css/task-app.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
padding-left: 1.2em;
padding-right:0;
}

.SearchBox-input::-ms-clear {
display: none;
}

.SearchBox-icon {
position:absolute;
top:50%;
Expand Down

0 comments on commit da9ae68

Please sign in to comment.