Merge pull request #9749 from edx/efischer/teams-iesearch-clear

Removing extraneous IE search clear button
This commit is contained in:
Eric Fischer
2015-09-15 11:04:14 -04:00

View File

@@ -312,6 +312,13 @@
font: inherit;
}
}
//end instructor tools scratch space
//efischer TNL-3226
.search-field::-ms-clear {
width: 0px;
height: 0px;
}
}
//efischer - TNL-3189