Skip to content
Snippets Groups Projects
Commit c82e928b authored by Eric Fischer's avatar Eric Fischer
Browse files

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

Removing extraneous IE search clear button
parents 60c32778 8285c9d8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment