Skip to content

Commit 4205fe0

Browse files
author
vikasrohit
authored
Merge pull request #571 from appirio-tech/feature/add_team_member_clear_icon_ie11
Github issue #360, Even though user clear the username from the textbox using (x) button, Can add the user by clicking the ADD button
2 parents 5046816 + 94ee808 commit 4205fe0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/TeamManagement/TeamManagement.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ $tc-body-extra-small : 12px;
214214
}
215215
}
216216

217+
input::-ms-clear {
218+
display: none;
219+
}
220+
217221
.modal-inline-form{
218222
display: flex;
219223
margin-bottom: $base-unit*2;

0 commit comments

Comments
 (0)