Commit c82e928b by Eric Fischer

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

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