diff --git a/lms/static/sass/_developer.scss b/lms/static/sass/_developer.scss index 244ec94d5b..ac6f48daf1 100644 --- a/lms/static/sass/_developer.scss +++ b/lms/static/sass/_developer.scss @@ -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