From: Mark Otto Date: Sun, 27 Nov 2016 01:31:10 +0000 (-0800) Subject: Update comment for use of IE9 hack to fix #18082 X-Git-Tag: v4.0.0-alpha.6~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50fc038c509f3612555d676ed000ce8417e0d27;p=thirdparty%2Fbootstrap.git Update comment for use of IE9 hack to fix #18082 --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 5e65a78e98..7c58a0cb92 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -133,7 +133,8 @@ // Replaces the browser default select with a custom one, mostly pulled from // http://primercss.io. // -// Includes IE9-specific hacks (noted by ` \9`). +// Includes hacks for IE9 (noted by ` \9`), which may apply to other versions of +// IE, but not with any adverse affects. .custom-select { display: inline-block;