Skip to content

Commit a47cfec

Browse files
author
Colin PUY
committed
fix(BS-14705) On IE, the cross to clear the search field, clear the field 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)
1 parent 8e8371c commit a47cfec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/features/user/tasks/list/css/task-app.css

+5
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
padding-left: 1.2em;
159159
padding-right:0;
160160
}
161+
162+
.SearchBox-input::-ms-clear {
163+
display: none;
164+
}
165+
161166
.SearchBox-icon {
162167
position:absolute;
163168
top:50%;

0 commit comments

Comments
 (0)