diff options
| author | Mark Otto <[email protected]> | 2016-11-26 17:31:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 17:31:10 -0800 |
| commit | d50fc038c509f3612555d676ed000ce8417e0d27 (patch) | |
| tree | 765dc739306d756fbf9d026f24aa1e7433ef9f3c | |
| parent | 87a0749f891e64a38b4be1806e59cffb250501ce (diff) | |
| download | bootstrap-d50fc038c509f3612555d676ed000ce8417e0d27.tar.xz bootstrap-d50fc038c509f3612555d676ed000ce8417e0d27.zip | |
Update comment for use of IE9 hack to fix #18082
| -rw-r--r-- | scss/_custom-forms.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 5e65a78e9..7c58a0cb9 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; |
