From 8285c9d8298686f2f58b9f8ce702e87d4b5a73d1 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 14 Sep 2015 13:37:37 -0400 Subject: [PATCH] Removing extraneous IE search clear button Taken from http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs. Not yet tested, but will be soon. --- lms/static/sass/_developer.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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