aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-07 15:44:50 -0800
committerMark Otto <[email protected]>2014-02-07 15:44:50 -0800
commita2f08158d032c1025ca0c6bf411b8282b606fb7b (patch)
tree2e2445f776b96a238a85cd0560f779609eca16dc /less
parentb61d12ff175af030f894fb7bde961ffbd9cfdeef (diff)
downloadbootstrap-a2f08158d032c1025ca0c6bf411b8282b606fb7b.tar.xz
bootstrap-a2f08158d032c1025ca0c6bf411b8282b606fb7b.zip
Nuke shit I added in 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 that shouldn't come until v4
Diffstat (limited to 'less')
-rw-r--r--less/forms.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/less/forms.less b/less/forms.less
index df83c9d8d..f607b8509 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -137,10 +137,6 @@ output {
// HTML5 says that controls under a fieldset > legend:first-child won't be
// disabled if the fieldset is disabled. Due to implementation difficulty, we
// don't honor that edge case; we style them as disabled anyway.
- //
- // Also note that we include `[disabled]` for IE8. All other browsers take the
- // `:disabled` selector.
- &:disabled,
&[disabled],
&[readonly],
fieldset[disabled] & {